DocumentSet Members
Include Protected Members
Include Inherited Members
Represents a DocumentSet object on a SharePoint Server publishing site.
The DocumentSet type exposes the following members.
Properties
Name | Description | |
---|---|---|
ContentType | Gets the content type for the document set. | |
ContentTypeTemplate | Gets the content type template associated with this DocumentSet object. | |
Folder | Gets the SPFolder object that is associated with this DocumentSet object. | |
Item | Gets a SPListItem object that is associated with this DocumentSet object. | |
ParentFolder | Gets the SPFolder object that contains the DocumentSet() object. | |
ParentList | Gets the parent list of the DocumentSet() object. | |
VersionCollection | Gets the collection of DocumentSet() version snapshots. | |
WelcomePageUrl | Gets the relative URL of the Welcome page for the DocumentSet() object. |
Top
Methods
Name | Description | |
---|---|---|
Create(SPFolder, String, SPContentTypeId, Hashtable) | Creates a new DocumentSet object. | |
Create(SPFolder, String, SPContentTypeId, Hashtable, Boolean) | Creates a new DocumentSet object. | |
Create(SPFolder, String, SPContentTypeId, Hashtable, Boolean, SPUser) | Creates a new DocumentSet object. | |
Equals | (Inherited from Object.) | |
Export() | Packages and exports a DocumentSet object as a single compressed file. | |
Export(Stream) | Packages and exports a DocumentSet object. | |
Export(Stream, UInt32) | Packages and exports a DocumentSet object as a single compressed file. | |
Finalize | (Inherited from Object.) | |
GetDocumentSet | Gets the DocumentSet object from a specified SPFolder object. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Import([], String, SPFolder) | Imports a DocumentSet object. | |
Import([], String, SPFolder, SPContentTypeId, Hashtable, SPUser) | Imports a DocumentSet object. | |
Import(Stream, String, SPFolder, SPContentTypeId, Hashtable, SPUser) | Imports a [T:Microsoft.Office.DocumentManagement.DocumentSets.DocumentSet.Import(System.IO.Stream,System.String,Microsoft.SharePoint.SPFolder,Microsoft.SharePoint.SPContentTypeId,System.Collections.Hashtable,Microsoft.SharePoint.SPSite)] object. | |
MemberwiseClone | (Inherited from Object.) | |
Provision() | Updates the schema of the document set item and its parent list.. | |
Provision(Boolean) | Updates the schema of the document set item and its parent list. | |
SendToOfficialFile | Sends the DocumentSet object to a records repository. | |
ToString | (Inherited from Object.) |
Top