DocumentProperties
Contains document attributes relating to an an individual Document| Name | Description | Type | Additional information |
|---|---|---|---|
| FolderPath |
The string representation of where this document is located within the filing structure |
string |
None. |
| ParentFolderId |
The ID of the folder where this document is located |
integer |
None. |
| Title |
The title of the document |
string |
None. |
| AddedByUserId |
The integer ID of the user who added the document |
integer |
None. |
| AddedByCloudGUID |
The GUID of the user who added the document |
string |
None. |
| AddedOn |
The date that the document was added to the system |
date |
None. |
| FileExt |
The extension of the file related to the document |
string |
None. |
| CheckedOut |
True if the document is checked out |
boolean |
None. |
| Deleted |
True if the document is deleted |
boolean |
None. |