DocumentSetTemplate.AllowedContentTypes property
Namespace: Microsoft.SharePoint.Client.DocumentSet
Assembly: Microsoft.SharePoint.Client.DocumentManagement (in Microsoft.SharePoint.Client.DocumentManagement.dll)
Syntax
'Declaration
Public ReadOnly Property AllowedContentTypes As AllowedContentTypeCollection
Get
'Usage
Dim instance As DocumentSetTemplate
Dim value As AllowedContentTypeCollection
value = instance.AllowedContentTypes
public AllowedContentTypeCollection AllowedContentTypes { get; }
Property value
Type: Microsoft.SharePoint.Client.DocumentSet.AllowedContentTypeCollection