ContentDeploymentPath members

Represents the configuration of content deployment between one source site and one target site. 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 that is used to contact the destination administration server.
Public property DeploymentStatusDictionary Gets a collection of deployment statuses.
Public property Description Gets or sets the text describing this content deployment path.
Public property DestinationAdminServerUri Gets or sets the URI for the destination administration 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 the ContentDeploymentJobCollection for this ContentDeploymentPath object.
Public property KeepTemporaryFiles Gets or sets a value indicating whether to keep exported files in a temporary folder after content deployment is done.
Public property Name Gets or sets the name of this ContentDeploymentPath object.
Public property ParentCollection Gets the parent collection for this ContentDeploymentPath object.
Public property Password Gets or sets the password that is used to contact the destinatioin administration server.
Public property QuickDeployJob Gets the quick deploy job for this ContentDeploymentPath object.
Public property SourceServerUri Gets or sets the URI for the source server.
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 destination administration server.

Top

Methods

  Name Description
Public method CheckSourceStatus Performs a content deployment source status check.
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