DocumentSet Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.ScriptType("SP.DocumentSet.DocumentSet", ServerTypeId="{e32a87f7-b866-407d-971d-027ed940d50f}")]
public class DocumentSet : Microsoft.SharePoint.Client.ClientObject
type DocumentSet = class
inherit ClientObject
Public Class DocumentSet
Inherits ClientObject
Inheritance
Derived
Attributes
Constructors
Properties
Methods
CheckUninitializedProperty(String)
(Inherited from ClientObject )
Create(ClientRuntimeContext, Folder, String, ContentTypeId)
CustomFromJson(JsonReader)
(Inherited from ClientObject )
ExportDocumentSet()
FromJson(JsonReader)
(Inherited from ClientObject )
GetDocumentSet(ClientRuntimeContext, Folder)
ImportDocumentSet(ClientRuntimeContext, Stream, String, Folder, ContentTypeId)
InitNonPropertyFieldFromJson(String, JsonReader)
(Inherited from ClientObject )
InitOnePropertyFromJson(String, JsonReader)
(Inherited from ClientObject )
IsObjectPropertyInstantiated(String)
(Inherited from ClientObject )
IsPropertyAvailable(String)
(Inherited from ClientObject )
LoadExpandoFields()
(Inherited from ClientObject )
RefreshLoad()
(Inherited from ClientObject )
RemoveFromParentCollection()
(Inherited from ClientObject )
Retrieve()
(Inherited from ClientObject )
Retrieve(String[])
(Inherited from ClientObject )
UpdateClientObjectPropertyType(String, Object, JsonReader)
(Inherited from ClientObject )
Applies to