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