Enum GroupType
Defines the different values for the available types of groups.
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public enum GroupType
Fields
Name | Description |
---|---|
Everyone | The everyone type. |
Personal | The personal type. |
SystemAdmin | The system admin type. |
SystemGroup | The system group type. |
Unknown | Someone made a different choice in the environment, and we're not able to map it back to an enum. |
WorkspaceAdmin | The workspace admin type. |