SPImportSettings constructor
Initializes a new instance of the SPImportSettings class.
Overload list
Name | Description | |
---|---|---|
SPImportSettings() | Initializes a new instance of the SPImportSettings class. | |
SPImportSettings(Uri, String) | Initializes a new instance of the SPImportSettings class, including the URL for the destination Web site and the location of the content migration package. | |
SPImportSettings(Uri, String, String) | Initializes a new instance of the SPImportSettings class, including the URL for the destination Web site, the directory containing the content migration package, and the base file name of the content migration package. |
Top