DocumentSetTemplate.AllowedContentTypes Property
Gets a collection of the content types allowed in DocumentSet objects that have this template.
Namespace: Microsoft.Office.DocumentManagement.DocumentSets
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.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.Office.DocumentManagement.DocumentSets.AllowedContentTypeCollection
A collection of AllowedContentTypesCollection objects that represent the list of allowed content types.