Compartilhar via


ContentDeploymentPathCollection classe

Representa uma coleção de objetos de caminho de implantação de conteúdo.

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 (em Microsoft.SharePoint.Publishing.dll)

Sintaxe

'Declaração
<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>

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

ContentDeploymentPathCollection membros

Microsoft.SharePoint.Publishing.Administration namespace

ContentDeploymentPath