| |
| Name | Returns | Description |
|---|---|---|
| AllPermissions | Long | Indicates all the permissions that apply to the Container . It can be one or more of the PermissionEnum constants. Read-only. |
| Documents | Documents | Collection of Document objects for a specific type of object Read-only. |
| Inherit | Boolean | Indicates whether or not new Document objects will inherit default permissions. |
| Name | String | Indicates the name of the Container . Read-only. |
| Owner | String | Indicates the owner of the Container . This will be the name of a User or Group object. |
| Permissions | Long | Indicates the user permissions that apply to the Container. It can be one or more of the PermissionEnum constants. |
| Properties | Properties | Collection of Property objects. Read-only. |
| UserName | String | Indicates the user name or group of user names used when manipulating permissions. |
| |