EnumUserRightTwo Enumeration Ingeniux CMS Content Store API

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

[FlagsAttribute]
public enum EnumUserRightTwo
Members

  Member nameValueDescription
IGX_USER_RIGHT_TWO_NONE0 No rights in this section.
IGX_USER_RIGHT_CAN_VIEW_EDIT_FORM1 Allowed to see the Edit tab. This permission is user interface–specific..
IGX_USER_RIGHT_CAN_VIEW_HISTORY2 Allowed to see the History tab. This permission is user interface–specific..
IGX_USER_RIGHT_CAN_VIEW_SEARCH4 Allowed to see the Search pane. This permission is user interface–specific..
IGX_USER_RIGHT_CAN_VIEW_APPS8 Allowed to see the App pane. This permission is user interface–specific.
IGX_USER_RIGHT_CAN_ADD_WORD_TO_DICTIONARY16 Allowed to add custom words to spell-checking dictionaries.
IGX_USER_RIGHT_CAN_PUBLISH_DUPBLICATES32 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_SCHEMA64 Allowed to manage Schemas without being an administrator.
IGX_USER_RIGHT_CAN_EDIT_ASSETS128 Allowed to edit an individual image via CMS image-editing features. This permission is user interface–specific.
IGX_USER_RIGHT_CAN_EMBED_UNEMBED_COMPONENTS256 Allowed to Embed and Unembed a Component.
IGX_USER_RIGHT_CAN_MANAGE_CONTENT_UNITS512 Allowed to add, remove, and update Content Units in the PageBuidler system.
IGX_USER_RIGHT_CAN_BUILD_PAGE_PRESENTATION1024 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_LAYOUT2048 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_INSTANCES4096 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_INSTANCES8192 Allowed to move placed content unit instances. This permission is user interface–specific.
IGX_USER_RIGHT_CAN_CREATE_MANAGE_PAGE_PRESENTATIONS16384 Allowed to create new presentations and manage existing presentations. This permission is user interface–specific..
IGX_USER_RIGHT_CAN_MANAGE_REDIRECTS32768 Allowed to manage runtime redirects. This permission is user interface–specific.
Remarks

User rights enum values are sets of flags.
See Also

Reference