Case members

Represents an eDiscovery case.

The Case type exposes the following members.

Constructors

  Name Description
Public method Case Initializes a new instance of a Case object by using a specific SPWeb object.

Top

Properties

  Name Description
Public property CanonicalId Gets a string that represents the canonical ID that is used by the client API.
Public property CaseClosed Gets a Boolean value that indicates whether the eDiscovery case is closed.
Public property ClosedDate Gets the date when the eDiscovery case was closed.
Public property ConsoleId Gets the SPSite ID of the eDiscovery console.
Public property Custodians Gets a list of custodians in this eDiscovery case.
Public property Exports Gets all export objects in this eDiscovery case.
Public property Id Gets the SPWeb ID of the eDiscovery case.
Public property SavedSearches Gets all queries in this eDiscovery case.
Public property SourceGroups Gets all source groups in this eDiscovery case.
Public property Sources Gets a list of sources in this eDiscovery case.

Top

Methods

  Name Description
Public method CloseCase() Closes an eDiscovery case.
Public method CloseCase(DateTime) Closes an eDiscovery case, specifying the close date and time.
Public method CreateCustodian Creates a new Custodian object in the eDiscovery case.
Public method CreateExport() Creates a new Export object in the eDiscovery case.
Public method CreateExport(Boolean, Boolean, Boolean) Creates a new Export object.
Public method CreateLocation Creates a new location in the eDiscovery case.
Public method CreateMailbox Creates a new mailbox in the eDiscovery case.
Public method CreateSavedSearch Creates a new SavedSearch object in the eDiscovery case.
Public method CreateSourceGroup Creates a new SourceGroup object in the eDiscovery case.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetExportContent Produces an export configuration for the specified IDs.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

Case class

Microsoft.Office.Server.Discovery namespace