ProjectRightLevel Enumeration
right levels of users in projects
Definition
Namespace: Articy.Api
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
C#
public enum ProjectRightLevelMembers
| Guest | 0 | 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 |
| Worker | 1 | User has worker access and can modify all normal objects |
| Admin | 2 | 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) |
| NoRight | -1 | the user has no right on this project |