Folder Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.Folder", ServerTypeId="{dbe8175a-505d-4eff-bec4-6c809709808b}")]
public class Folder : Microsoft.SharePoint.Client.ClientObject
type Folder = class
    inherit ClientObject
Public Class Folder
Inherits ClientObject
Inheritance
Attributes

Constructors

Folder(ClientRuntimeContext, ObjectPath)

Properties

ContentTypeOrder
Context (Inherited from ClientObject)
Exists
Files
Folders
IsWOPIEnabled
ItemCount
ListItemAllFields
Name
ObjectData (Inherited from ClientObject)
ObjectVersion (Inherited from ClientObject)
ParentFolder
Path (Inherited from ClientObject)
ProgID
Properties
ServerObjectIsNull (Inherited from ClientObject)
ServerRelativePath
ServerRelativeUrl
StorageMetrics
Tag (Inherited from ClientObject)
TimeCreated
TimeLastModified
TypedObject (Inherited from ClientObject)
UniqueContentTypeOrder
UniqueId
WelcomePage

Methods

AddSubFolder(String)
AddSubFolderUsingPath(ResourcePath)
CheckUninitializedProperty(String) (Inherited from ClientObject)
CustomFromJson(JsonReader) (Inherited from ClientObject)
DeleteObject()
FromJson(JsonReader) (Inherited from ClientObject)
GetChanges(ChangeQuery)
GetListItemChanges(ChangeQuery)
InitNonPropertyFieldFromJson(String, JsonReader) (Inherited from ClientObject)
InitOnePropertyFromJson(String, JsonReader)
IsObjectPropertyInstantiated(String) (Inherited from ClientObject)
IsPropertyAvailable(String) (Inherited from ClientObject)
LoadExpandoFields() (Inherited from ClientObject)
MoveTo(String)
MoveToUsingPath(ResourcePath)
Recycle()
RefreshLoad() (Inherited from ClientObject)
RemoveFromParentCollection() (Inherited from ClientObject)
Retrieve() (Inherited from ClientObject)
Retrieve(String[]) (Inherited from ClientObject)
Update()
UpdateClientObjectPropertyType(String, Object, JsonReader) (Inherited from ClientObject)

Applies to