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 |
---|---|
The name of the content deployment path. |
|
Text describing the content deployment path. |
|
The URI for the source server. |
|
The source site collection from which the content is deployed. |
|
The URI for the destination server. |
|
The destination site collection to which the content is deployed. |
|
Gets or sets the SPImportUserInfoDateTimeOption for this content deployment path. |
|
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.