Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes an instance of the SPExport class with the desired Microsoft.SharePoint.Deployment.SPExportSettings values passed in.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
settings As SPExportSettings _
)
'Usage
Dim settings As SPExportSettings
Dim instance As New SPExport(settings)
public SPExport(
SPExportSettings settings
)
Parameters
settings
Type: Microsoft.SharePoint.Deployment.SPExportSettingsMicrosoft.SharePoint.Deployment.SPExportSettings object with the desired export settings.
Remarks
After initializing this constructor, call the SPExport.Run method.