SPExportSettings constructor
Initializes a new instance of the SPExportSettings class.
Overload list
Name | Description | |
---|---|---|
SPExportSettings() | Initializes a new instance of the SPExportSettings class. | |
SPExportSettings(Uri, String) | Initializes a new instance of the SPExportSettings class that specifies the URL of the source Web site and the location of the content migration package. | |
SPExportSettings(Uri, String, String) | Initializes a new instance of the SPExportSettings class that specifies the URL of the source Web site, the location of the content migration package, and the base file name for the content migration package. |
Top