StiDesignerPermissions Enum
Namespace: Stimulsoft.Designer
Members
| Member | Value | Description |
|---|---|---|
| None | 0 | Deny all. |
| Create | 1 | Allows to create an item. |
| Delete | 2 | Allows to delete an item. |
| Modify | 4 | Allows to modify an item. |
| View | 8 | Allows to view an item. |
| ModifyView | Modify + View | Allows modify and view an item. |
| All | Create + Delete + Modify + View | Allow any action with an item. |