Freigeben über


Case.CreateExport-Methode (Boolean, Boolean, Boolean)

Erstellt ein neues Export -Objekt.

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

Syntax

'Declaration
Public Function CreateExport ( _
    includeVersions As Boolean, _
    rightsManagement As Boolean, _
    exportStructure As Boolean _
) As Export
'Usage
Dim instance As Case
Dim includeVersions As Boolean
Dim rightsManagement As Boolean
Dim exportStructure As Boolean
Dim returnValue As Export

returnValue = instance.CreateExport(includeVersions, _
    rightsManagement, exportStructure)
public Export CreateExport(
    bool includeVersions,
    bool rightsManagement,
    bool exportStructure
)

Parameter

  • includeVersions
    Typ: System.Boolean

    Gibt an, ob bei der Ausfuhr-Versionen enthalten.

  • rightsManagement
    Typ: System.Boolean

    Gibt an, ob verschlüsselt oder nicht erkannten Formate eingeschlossen werden sollen.

  • exportStructure
    Typ: System.Boolean

    Gibt an, ob Postfachinhalte dupliziert.

Rückgabewert

Typ: Microsoft.Office.Server.Discovery.Export
Ein neues Export -Objekt.

Hinweise

Das Export -Objekt wird nicht hinzugefügt, bis Update aufgerufen wird.

Siehe auch

Referenz

Case Klasse

Case-Member

CreateExport-Überladung

Microsoft.Office.Server.Discovery-Namespace