DocumentSetTemplate Members
Include Protected Members
Include Inherited Members
Represents the template on which DocumentSet objects are based.
The DocumentSetTemplate type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllowedContentTypes | Gets a collection of the content types allowed in DocumentSet objects that have this template. | |
DefaultDocuments | Gets the collection of DefaultDocument objects that are used for the DocumentSet objects that are associated with this template. | |
Id | Returns the parent SPContentTypeId object for document sets. | |
SharedFields | Gets the collections of fields that are synchronised between the DocumentSet object and its contents. | |
WelcomePageFields | Gets the collections of fields that are displayed on the welcome page of DocumentSet objects that use this template. | |
WelcomePageView | Gets or sets the view to use in displaying the contents of document sets on the welcome page of DocumentSet objects that use this template. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetDocumentSetTemplate | Gets the DocumentSetTemplate from a SPContentType object. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Update | Saves any changes made to the template. |
Top