SPExportSettings Members
Include Protected Members
Include Inherited Members
Contains the settings that are used for exporting content to a content migration package.
The SPExportSettings type exposes the following members.
Constructors
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
Properties
Name | Description | |
---|---|---|
AutoGenerateDataFileName | Gets or sets a value that indicates whether a file name for the content migration package should be automatically generated. | |
BaseFileName | Gets or sets the base file name used when creating content migration packages. (Inherited from SPDeploymentSettings.) | |
CommandLineVerbose | Gets or sets a value that determines whether output is written to a command line console. (Inherited from SPDeploymentSettings.) | |
CurrentChangeToken | Gets or sets the current change token in the change log that is used as a comparison value when running subsequent incremental export operations. | |
DataFiles | Gets a read-only collection of export/import data files. | |
ExcludeDependencies | Specifies whether to exclude dependencies from the export package when exporting objects of type SPFile or SPListItem. | |
ExportChangeToken | Gets or sets the change token to use when exporting incremental changes based on changes since the last export. | |
ExportFrontEndFileStreams | ||
ExportMethod | Gets or sets a value that specifies whether you want to do a full or incremental export. | |
ExportObjects | Gets the collection of objects to export. | |
ExportPublicSchema | Gets or sets a value that specifies whether to use the public schema format when exporting a list field. | |
FileCompression | Gets or sets a Boolean value that specifies whether the content migration package is compressed using the CAB compression protocol. (Inherited from SPDeploymentSettings.) | |
FileLocation | Gets or sets the directory location where content migration packages are placed. (Inherited from SPDeploymentSettings.) | |
FileMaxSize | Gets or sets a value that specifies the maximum size for a content migration package (.cmp) file that is outputted by the export operation. | |
HaltOnNonfatalError | Gets or sets a value indicating whether to stop the import or export for a non-fatal error. (Inherited from SPDeploymentSettings.) | |
HaltOnWarning | Gets or sets a value indicating whether to stop the import or export operation if a warning occurs. (Inherited from SPDeploymentSettings.) | |
IncludeSecurity | Gets or sets a value that determines whether site security groups and the group membership information is exported or imported. (Inherited from SPDeploymentSettings.) | |
IncludeVersions | Gets or sets a value that determines what content is selected for export based on version information. | |
LogExportObjectsTable | Gets or sets a value specifying whether the contents of the temporary table "#ExportObjects" should be written to a log file. | |
LogFilePath | Gets or sets a value specifying the full path to the content migration log file. (Inherited from SPDeploymentSettings.) | |
OverwriteExistingDataFile | Gets or sets a value indicating whether you can overwrite an existing content migration package file when running export. | |
SiteUrl | Gets or sets the absolute URL of a source or destination Web site. (Inherited from SPDeploymentSettings.) | |
TestRun | Gets or sets a value specifying whether to complete a test run. | |
UnattachedContentDatabase | Gets or sets the unattached content database. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Checks export settings to ensure that they are valid and don't conflict. (Overrides SPDeploymentSettings.Validate().) |
Top