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

Remarks

After initializing this constructor, call the SPExport.Run method.

See also

Reference

SPExport class

SPExport members

SPExport overload

Microsoft.SharePoint.Deployment namespace