Folder

Represents a folder in the ADM document structure
API Parameter Details
NameDescriptionTypeAdditional information
Id

The ID of the folder

integer

None.

Url

A URL referencing this folder object

string

None.

Name

Name of the folder

string

None.

Level

The hirearchical level of this folder, starting at 0 for roots (such as FilingRoot and UserInbox)

integer

None.

ParentId

The ID of the parent folder

integer

None.

NodeType

Describes the node type (type of folder)

string

None.

ContextPermissions

Contains the permissions relevant to this folder (for example ChangePermissions, Delete, Email, VersionControl, View)

Collection of PermissionValuePair

None.

PermissionEntries

A URL which can be used to retrieve the permission entries for this folder

string

None.

DocumentCount

The number of documents contained in this folder (not recursive)

integer

None.