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
Public property ContentType Gets the content type for the document set.
Public property ContentTypeTemplate Gets the content type template associated with this DocumentSet object.
Public property Folder Gets the SPFolder object that is associated with this DocumentSet object.
Public property Item Gets a SPListItem object that is associated with this DocumentSet object.
Public property ParentFolder Gets the SPFolder object that contains the DocumentSet() object.
Public property ParentList Gets the parent list of the DocumentSet() object.
Public property VersionCollection Gets the collection of DocumentSet() version snapshots.
Public property WelcomePageUrl Gets the relative URL of the Welcome page for the DocumentSet() object.

Top

Methods

  Name Description
Public methodStatic member Create(SPFolder, String, SPContentTypeId, Hashtable) Creates a new DocumentSet object.
Public methodStatic member Create(SPFolder, String, SPContentTypeId, Hashtable, Boolean) Creates a new DocumentSet object.
Public methodStatic member Create(SPFolder, String, SPContentTypeId, Hashtable, Boolean, SPUser) Creates a new DocumentSet object.
Public method Equals (Inherited from Object.)
Public method Export() Packages and exports a DocumentSet object as a single compressed file.
Public method Export(Stream) Packages and exports a DocumentSet object.
Public method Export(Stream, UInt32) Packages and exports a DocumentSet object as a single compressed file.
Protected method Finalize (Inherited from Object.)
Public methodStatic member GetDocumentSet Gets the DocumentSet object from a specified SPFolder object.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public methodStatic member Import([], String, SPFolder) Imports a DocumentSet object.
Public methodStatic member Import([], String, SPFolder, SPContentTypeId, Hashtable, SPUser) Imports a DocumentSet object.
Public methodStatic member 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.
Protected method MemberwiseClone (Inherited from Object.)
Public method Provision() Updates the schema of the document set item and its parent list..
Public method Provision(Boolean) Updates the schema of the document set item and its parent list.
Public method SendToOfficialFile Sends the DocumentSet object to a records repository.
Public method ToString (Inherited from Object.)

Top

See Also

Reference

DocumentSet Class

Microsoft.Office.DocumentManagement.DocumentSets Namespace