Clase ContentDeploymentPathCollection
Representa una colección de objetos de la ruta de distribución de contenido.
Jerarquía de la herencia
System.Object
Microsoft.SharePoint.Publishing.CollectionBase<ContentDeploymentPath>
Microsoft.SharePoint.Publishing.ListItemBasedReadOnlyCollection<ContentDeploymentPath>
Microsoft.SharePoint.Publishing.ListItemBasedCollection<ContentDeploymentPath>
Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPathCollection
Espacio de nombres: Microsoft.SharePoint.Publishing.Administration
Ensamblado: Microsoft.SharePoint.Publishing (en Microsoft.SharePoint.Publishing.dll)
Sintaxis
'Declaración
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class ContentDeploymentPathCollection _
Inherits ListItemBasedCollection(Of ContentDeploymentPath)
'Uso
Dim instance As ContentDeploymentPathCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class ContentDeploymentPathCollection : ListItemBasedCollection<ContentDeploymentPath>
Seguridad para subprocesos
Los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancias sean seguros para los subprocesos.
Vea también
Referencia
Miembros ContentDeploymentPathCollection
Espacio de nombres Microsoft.SharePoint.Publishing.Administration