ContentDeploymentPathCollection Class
Represents a collection of Content Deployment Path objects.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Publishing.CollectionBase<ContentDeploymentPath>
Microsoft.SharePoint.Publishing.ListItemBasedReadOnlyCollection<ContentDeploymentPath>
Microsoft.SharePoint.Publishing.ListItemBasedCollection<ContentDeploymentPath>
Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPathCollection
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class ContentDeploymentPathCollection _
Inherits ListItemBasedCollection(Of ContentDeploymentPath)
'Usage
Dim instance As ContentDeploymentPathCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class ContentDeploymentPathCollection : ListItemBasedCollection<ContentDeploymentPath>
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
ContentDeploymentPathCollection Members