Show / Hide Table of Contents

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 GroupNames

Fields

| Improve this Doc View Source

DomainUsers

The "Domain Users" group name.

Declaration
public const string DomainUsers = "Domain Users"
Field Value
Type Description
System.String
| Improve this Doc View Source

Everyone

The "Everyone" group name.

Declaration
public const string Everyone = "Everyone"
Field Value
Type Description
System.String
| Improve this Doc View Source

Level1

The "Level 1" group name.

Declaration
public const string Level1 = "Level 1"
Field Value
Type Description
System.String
| Improve this Doc View Source

Level2

The "Level 2" group name.

Declaration
public const string Level2 = "Level 2"
Field Value
Type Description
System.String
| Improve this Doc View Source

Level3

The "Level 3" group name.

Declaration
public const string Level3 = "Level 3"
Field Value
Type Description
System.String
| Improve this Doc View Source

SystemAdministrators

The "System Administrators" group name.

Declaration
public const string SystemAdministrators = "System Administrators"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX