AllowedContentTypeCollection members
Stores a list of the content types that can be included in an associated DocumentSet object.
The AllowedContentTypeCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of content types that can be used with an associated DocumentSet object. | |
LastModified | Gets the date and time that the current AllowedContentTypeCollection object was last changed. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a content type that can be used with an associated DocumentSet object. | |
Clear | Removes all content types from the collection. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that can be used to iterate through the AllowedContentTypeCollection object. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Deletes a content type that can be used with an associated DocumentSet object. | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable<SPContentTypeId>.GetEnumerator | Gets the enumerator. |
Top