| |
| Name | Returns | Description |
|---|---|---|
| CreateProperty | Property | Creates a user -defined property. |
| Name | Returns | Description |
|---|---|---|
| AllPermissions | Integer | Indicates all the permissions that apply to the Container. It can be one or more of the PermissionEnum constants. Read-only. |
| Container | String | Indicates the name of the Container to which this Document belongs. Read-only. |
| DateCreated | Variant | The data the Document was created. Read-only. |
| LastUpdated | Variant | The date the Document was last updated. |
| Name | String | The name of the Document . Read-only. |
| Owner | String | Indicates the owner of the Document . This will be the name of a User or Group object. |
| Permissions | Long | Indicates the user permissions that apply to the Document . |
| Properties | Properties | Collection of Property objects. Read-only. |
| UserName | String | Indicates the user name or group of user names used when manipulating permissions. |
| |