Compartilhar via


AllowedContentTypeCollection classe

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<ContentTypeId>
        Microsoft.SharePoint.Client.DocumentSet.AllowedContentTypeCollection

Namespace:  Microsoft.SharePoint.Client.DocumentSet
Assemblies:   Microsoft.SharePoint.Client.DocumentManagement.Silverlight (em Microsoft.SharePoint.Client.DocumentManagement.Silverlight.dll);  Microsoft.SharePoint.Client.DocumentManagement.Phone (em Microsoft.SharePoint.Client.DocumentManagement.Phone.dll)  Microsoft.SharePoint.Client.DocumentManagement (em Microsoft.SharePoint.Client.DocumentManagement.dll)

Sintaxe

'Declaração
Public Class AllowedContentTypeCollection _
    Inherits ClientObjectCollection(Of ContentTypeId)
'Uso
Dim instance As AllowedContentTypeCollection
public class AllowedContentTypeCollection : ClientObjectCollection<ContentTypeId>

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

AllowedContentTypeCollection membros

Microsoft.SharePoint.Client.DocumentSet namespace