SPExport constructor
Initializes a new instance of the SPExport class.
Overload list
Name | Description | |
---|---|---|
SPExport() | Initializes a nonparameterized instance of the SPExport class. | |
SPExport(SPExportSettings) | Initializes an instance of the SPExport class with the desired Microsoft.SharePoint.Deployment.SPExportSettings values passed in. | |
SPExport(Uri, String) | Initializes an instance of the SPExport class that specifies the URL of the source web and the location of the content migration package. | |
SPExport(Uri, String, String) | Initializes an instance of the SPExport class that specifies the URL of the source web, the location of the content migration package, and the base file name for the content migration package. |
Top