SPDeploymentSettings 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
Protected method SPDeploymentSettings() Initializes an instance of the SPDeploymentSettings class.
Protected method SPDeploymentSettings(Uri, String, Boolean, String) Initializes an instance of the SPDeploymentSettings class.

Top

Properties

  Name Description
Public property AppLogFilePath Gets or sets a value specifying the full path to the content migration log file. If this property is null or no apps are encountered, the file will not be created.
Public property AzureContainerManifestUri
Public property AzureContainerSourceUri
Public property AzureQueueDebugUri
Public property AzureQueueReportUri
Public property BaseFileName Gets or sets the base file name used when creating content migration packages.
Public property CommandLineVerbose Gets or sets a value that determines whether output is written to a command line console.
Public property ErrorLogFilePath
Public property FileCompression Gets or sets a Boolean value that specifies whether the content migration package is compressed using the CAB compression protocol.
Public property FileLocation Gets or sets the directory location where content migration packages are placed.
Public property HaltOnNonfatalError Gets or sets a value indicating whether to stop the import or export for a non-fatal error.
Public property HaltOnWarning Gets or sets a value indicating whether to stop the import or export operation if a warning occurs.
Public property IncludeSecurity Gets or sets a value that determines whether site security groups and the group membership information is exported or imported.
Public property IngestionTaskKey
Public property LogFilePath Gets or sets a value specifying the full path to the content migration log file.
Public property SiteUrl Gets or sets the absolute URL of a source or destination Web site.
Public property UseBlob
Public property WarningLogFilePath

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Validate Checks deployment settings to make sure that they are valid and they don't conflict with each other.

Top

Fields

  Name Description
Public fieldStatic member FileExtension Contains the file extension "cmp".

Top

See also

Reference

SPDeploymentSettings class

Microsoft.SharePoint.Deployment namespace