Enum Privilege
This is a listing of all the possible Privilege values. It can be thought of as toggling 8 bits.
1000 0000 - publish 0000 0001 - none
One or more items can be enabled. eg. 1111 1110
| Name | Value | Description |
|---|---|---|
| None | 1 | The none |
| List | 2 | The list |
| Read | 4 | The read |
| Create | 8 | The create |
| Update | 16 | The update |
| Delete | 32 | The delete |
| TakeOwnership | 64 | The take ownership |
| Publish | 128 | The publish |