Click or drag to resize

ProjectRightLevel Enumeration

right levels of users in projects

Namespace:  Articy.Api
Assembly:  PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Syntax
C#
public enum ProjectRightLevel
Members
  Member nameValueDescription
NoRight-1 the user has no right on this project
Guest0 User has guest level access, only read access allowed. A User that has a viewer license assigned always has this right level when assigned to a project
Worker1 User has worker access and can modify all normal objects
Admin2 User has project admin access and can: - access project settings. (GUI only) - Has the right to migrate the project to a newer version - Is Allowed to manage project members (GUI only)
See Also