Share via


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

Top

See Also

Reference

ContentDeploymentPath Class

Microsoft.SharePoint.Publishing.Administration Namespace