Enumeration StiDesignerPermissions

Index

Enumeration members

Enumeration members

All

All: = Create + Delete + Modify + View

Allow any action with an item.

Create

Create: = 1

Allows to create an item.

Delete

Delete: = 2

Allows to delete an item.

Modify

Modify: = 4

Allows to modify an item.

ModifyView

ModifyView: = Modify + View

Allows modify and view an item.

None

None: = 0

Deny all.

View

View: = 8

Allows to view an item.

Generated using TypeDoc