ContentDeploymentPath Members
Include Protected Members
Include Inherited Members
Describes a content deployment path. This class cannot be inherited.
The ContentDeploymentPath type exposes the following members.
Properties
Name | Description | |
---|---|---|
AuthenticationType | Gets or sets the Windows-based authentication type. | |
DeploymentStatusDictionary | Gets the deployment status from the collection of deployment object status objects. | |
Description | Gets or sets text describing this content deployment path. | |
DestinationAdminServerUri | Gets or sets the URI for the destination administration virtual server. | |
DestinationServerUri | Gets or sets the URI for the destination server. | |
DestinationSiteCollection | Gets or sets the destination site collection. | |
EnableCompression | Gets or sets a value indicating whether to enable compression during export. | |
EnableEventReceivers | Gets or sets a value indicating whether to enable event receivers during import. | |
Id | Gets or sets the Id for this ContentDeploymentPath() object. | |
IncludeSecurity | Gets or sets the SPIncludeSecurity property for this content deployment path. | |
IncludeUserInfoDateTime | Gets or sets the SPImportUserInfoDateTimeOption for this content deployment path. | |
IsPathEnabled | Gets or sets the value indicating whether this ContentDeploymentPath() object is enabled or disabled. | |
Jobs | Gets jobs from the ContentDeploymentJobCollection object for this content deployment path. | |
KeepTemporaryFiles | Gets or sets a value indicating whether to keep temporary files after content deployment is finished. | |
Name | Gets or sets the name for this ContentDeploymentPath object. | |
ParentCollection | Gets the parent collection for this content deployment path. | |
Password | Gets or sets the password that is used to contact the administration virtual server that is the destination of this ContentDeploymentPath object. | |
QuickDeployJob | Gets the Quick Deploy job for this ContentDeploymentPath object. | |
SourceServerUri | Gets or sets the URI for the source server for this ContentDeploymentPath object. | |
SourceSiteCollection | Gets or sets the source site collection for this ContentDeploymentPath object. | |
UserId | Gets or sets the user Id that is required to access the administration virtual server that is the destination for this ContentDeploymentPath object. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the ContentDeploymentJob object definition from this ContentDeploymentPath object. | |
Dispose | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from DisposableListItemWrapper.) | |
Equals | (Inherited from Object.) | |
Finalize | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from DisposableListItemWrapper.) | |
GetAllPaths | Returns a list of all paths that are used by the current instance of the ContentDeploymentPath class that are associated with this SPSite. | |
GetHashCode | (Inherited from Object.) | |
GetInstance(Guid) | Returns a ContentDeploymentPath object with the specified pathId. | |
GetInstance(String) | Returns a ContentDeploymentPath object with the specified pathName. | |
GetSiteCollectionNames(String) | Gets the site collection names for the given virtual server on the destination farm. | |
GetSiteCollectionNames(String, String, ICredentials) | Uses the credentials that are provided to rRetrieves site collection names for the specified virtual server on the destination server farm. | |
GetType | (Inherited from Object.) | |
GetVirtualServersInformation() | Retrieves the virtual server names and URLs for the destination server farm. | |
GetVirtualServersInformation(String, ICredentials) | Uses the credentials provided to rRetrieves the virtual server names and URLs for the specified destination server farm. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Update | Updates this ContentDeploymentPath path. |
Top