Case.CreateExport method

Creates a new Export object in the eDiscovery case.

Namespace:  Microsoft.Office.Server.Discovery
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Function CreateExport As Export
'Usage
Dim instance As Case
Dim returnValue As Export

returnValue = instance.CreateExport()
public Export CreateExport()

Return value

Type: Microsoft.Office.Server.Discovery.Export
A new Export object.

Remarks

The Export object is not added until Update is called.

See also

Reference

Case class

Case members

CreateExport overload

Microsoft.Office.Server.Discovery namespace