AllowedContentTypeCollection class

Stores a list of the content types that can be included in an associated DocumentSet object.

Inheritance hierarchy

System.Object
  Microsoft.Office.DocumentManagement.DocumentSets.AllowedContentTypeCollection

Namespace:  Microsoft.Office.DocumentManagement.DocumentSets
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Public Class AllowedContentTypeCollection _
    Implements IEnumerable(Of SPContentTypeId), IEnumerable
'Usage
Dim instance As AllowedContentTypeCollection
public class AllowedContentTypeCollection : IEnumerable<SPContentTypeId>, 
    IEnumerable

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

AllowedContentTypeCollection members

Microsoft.Office.DocumentManagement.DocumentSets namespace