Class GroupNames
Provides standard names of groups.
Inheritance
System.Object
    GroupNames
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public static class GroupNamesFields
| Improve this Doc View SourceDomainUsers
The "Domain Users" group name.
Declaration
public const string DomainUsers = "Domain Users"Field Value
| Type | Description | 
|---|---|
| System.String | 
Everyone
The "Everyone" group name.
Declaration
public const string Everyone = "Everyone"Field Value
| Type | Description | 
|---|---|
| System.String | 
Level1
The "Level 1" group name.
Declaration
public const string Level1 = "Level 1"Field Value
| Type | Description | 
|---|---|
| System.String | 
Level2
The "Level 2" group name.
Declaration
public const string Level2 = "Level 2"Field Value
| Type | Description | 
|---|---|
| System.String | 
Level3
The "Level 3" group name.
Declaration
public const string Level3 = "Level 3"Field Value
| Type | Description | 
|---|---|
| System.String | 
SystemAdministrators
The "System Administrators" group name.
Declaration
public const string SystemAdministrators = "System Administrators"Field Value
| Type | Description | 
|---|---|
| System.String |