SPDeploymentSettings Members
Include Protected Members
Include Inherited Members
Represents the base class for the collection of settings used for importing and exporting content between Windows SharePoint Services Web sites.
The SPDeploymentSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPDeploymentSettings() | Initializes an instance of the SPDeploymentSettings class. | |
SPDeploymentSettings(Uri, String, Boolean, String) | Initializes an instance of the SPDeploymentSettings class. |
Top
Properties
Name | Description | |
---|---|---|
BaseFileName | Gets or sets the base file name used when creating content migration packages. | |
CommandLineVerbose | Gets or sets a value that determines whether output is written to a command line console. | |
FileCompression | Gets or sets a Boolean value that specifies whether the content migration package is compressed using the CAB compression protocol. | |
FileLocation | Gets or sets the directory location where content migration packages are placed. | |
HaltOnNonfatalError | Gets or sets a value indicating whether to stop the import or export for a non-fatal error. | |
HaltOnWarning | Gets or sets a value indicating whether to stop the import or export operation if a warning occurs. | |
IncludeSecurity | Gets or sets a value that determines whether site security groups and the group membership information is exported or imported. | |
LogFilePath | Gets or sets a value specifying the full path to the content migration log file. | |
SiteUrl | Gets or sets the absolute URL of a source or destination Web site. |
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 deployment settings to make sure that they are valid and they don't conflict with each other. |
Top
Fields
Name | Description | |
---|---|---|
FileExtension | Contains the file extension "cmp". |
Top