Represents a rule configuring access of a Principal to an Item.
Name | Type | Description |
Item | Item | Item that was given permission through this rule |
Principal | Principal | Principal - User or Group - that has been granted permissions through this rule |
CanUpload | Boolean | Defines whether the principal can add files (upload) into the Item |
CanDownload | Boolean | Defines whether the principal can read file content (download) from this Item |
CanView | Boolean | Defines whether the principal can view items (browse) from this Item |
CanDelete | Boolean | Defines whether the principal can remove items from this Item |
CanManagePermissions | Boolean | Defines whether the principal can configure Access Controls in this Item |
NotifyOnUpload | Boolean | Defines the notification preference for upload events. If set, the principal will receive notifications when new files are uploaded into this Item |
NotifyOnDownload | Boolean | Defines the notification preference for download events. If set, the principal will receive notifiation when items are downloaded from this Item. |
IsOwner | Boolean | Defines whether the principal is the owner of this Item |
IsNotifyOnUploadDownloadDisabled | Boolean | Defines whether the notification preference for upload and download events can be edited by some user other than the principal. If set, notification preference can only be edited by the principal. |