다음을 통해 공유


DocumentSet Class

Definition

[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
DocumentSet
Derived
Attributes

Constructors

DocumentSet(ClientRuntimeContext, ObjectPath)

Properties

Context (Inherited from ClientObject)
ObjectData (Inherited from ClientObject)
ObjectVersion (Inherited from ClientObject)
Path (Inherited from ClientObject)
ServerObjectIsNull (Inherited from ClientObject)
Tag (Inherited from ClientObject)
TypedObject (Inherited from ClientObject)

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