ContentDeploymentPath Class

Describes a content deployment path. This class cannot be inherited.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Publishing.ListItemWrapper
    Microsoft.SharePoint.Publishing.DisposableListItemWrapper
      Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPath

Namespace:  Microsoft.SharePoint.Publishing.Administration
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class ContentDeploymentPath _
    Inherits DisposableListItemWrapper
'Usage
Dim instance As ContentDeploymentPath
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class ContentDeploymentPath : DisposableListItemWrapper

Remarks

A content deployment path has the following properties.

Property name

Description

Name

The name of the content deployment path.

Description

Text describing the content deployment path.

SourceServerUri

The URI for the source server.

SourceSiteCollection

The source site collection from which the content is deployed.

DestinationAdminServerUri

The URI for the destination server.

DestinationSiteCollection

The destination site collection to which the content is deployed.

IncludeUserInfoDateTime

Gets or sets the SPImportUserInfoDateTimeOption for this content deployment path.

IncludeSecurity

Gets or sets the SPIncludeSecurity property for this content deployment path.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ContentDeploymentPath Members

Microsoft.SharePoint.Publishing.Administration Namespace