The list of permissions in the second section of UserRights.
Namespace: Ingeniux.CMS.Enums
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
IGX_USER_RIGHT_TWO_NONE | 0 | No rights in this section. | |
IGX_USER_RIGHT_CAN_VIEW_EDIT_FORM | 1 | Allowed to see the Edit tab. This permission is user interface–specific.. | |
IGX_USER_RIGHT_CAN_VIEW_HISTORY | 2 | Allowed to see the History tab. This permission is user interface–specific.. | |
IGX_USER_RIGHT_CAN_VIEW_SEARCH | 4 | Allowed to see the Search pane. This permission is user interface–specific.. | |
IGX_USER_RIGHT_CAN_VIEW_APPS | 8 | Allowed to see the App pane. This permission is user interface–specific. | |
IGX_USER_RIGHT_CAN_ADD_WORD_TO_DICTIONARY | 16 | Allowed to add custom words to spell-checking dictionaries. | |
IGX_USER_RIGHT_CAN_PUBLISH_DUPBLICATES | 32 | Allowed to repeatedly Publish to the same Publishing Target with the same Root Page and same publishing type (incremental or full). | |
IGX_USER_RIGHT_CAN_MANAGE_SCHEMA | 64 | Allowed to manage Schemas without being an administrator. | |
IGX_USER_RIGHT_CAN_EDIT_ASSETS | 128 | Allowed to edit an individual image via CMS image-editing features. This permission is user interface–specific. | |
IGX_USER_RIGHT_CAN_EMBED_UNEMBED_COMPONENTS | 256 | Allowed to Embed and Unembed a Component. | |
IGX_USER_RIGHT_CAN_MANAGE_CONTENT_UNITS | 512 | Allowed to add, remove, and update Content Units in the PageBuidler system. | |
IGX_USER_RIGHT_CAN_BUILD_PAGE_PRESENTATION | 1024 | Allowed to use the "Design" menu item and its subitems on the Page Preview menu. This permission is user interface–specific. | |
IGX_USER_RIGHT_CAN_MANAGE_PRESENTATION_LAYOUT | 2048 | Allowed to add and remove rows and columns and reorder rows. This permission is user interface–specific. | |
IGX_USER_RIGHT_CAN_ADD_REMOVE_CONTENT_UNIT_INSTANCES | 4096 | Allowed to drop content units into columns and remove already-placed content unit instances. This permission is user interface–specific. | |
IGX_USER_RIGHT_CAN_REORDER_CONTENT_UNIT_INSTANCES | 8192 | Allowed to move placed content unit instances. This permission is user interface–specific. | |
IGX_USER_RIGHT_CAN_CREATE_MANAGE_PAGE_PRESENTATIONS | 16384 | Allowed to create new presentations and manage existing presentations. This permission is user interface–specific.. | |
IGX_USER_RIGHT_CAN_MANAGE_REDIRECTS | 32768 | Allowed to manage runtime redirects. This permission is user interface–specific. |
Remarks
See Also