SPExport constructor (SPExportSettings)
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.