Show / Hide Table of Contents

Class GroupPermissions

Represents the Relativity group permissions.

Inheritance
System.Object
Artifact
GroupPermissions
Inherited Members
Artifact.ArtifactID
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 class GroupPermissions : Artifact

Properties

| Improve this Doc View Source

AdminPermissions

Gets or sets the admin permissions.

Declaration
public List<GenericPermission> AdminPermissions { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GenericPermission>
| Improve this Doc View Source

BrowserPermissions

Gets or sets the browser permissions.

Declaration
public List<GenericPermission> BrowserPermissions { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GenericPermission>
| Improve this Doc View Source

GroupID

Gets or sets the group ID.

Declaration
public int GroupID { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

LastModified

Gets or sets the last modified date/time.

Declaration
public DateTime LastModified { get; set; }
Property Value
Type Description
System.DateTime
| Improve this Doc View Source

MassActionPermissions

Gets or sets the mass action permissions.

Declaration
public List<GenericPermission> MassActionPermissions { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GenericPermission>
| Improve this Doc View Source

ObjectPermissions

Gets or sets the object permissions.

Declaration
public List<ObjectPermission> ObjectPermissions { get; set; }
Property Value
Type Description
System.Collections.Generic.List<ObjectPermission>
| Improve this Doc View Source

TabVisibility

Gets or sets the tab visibility permissions.

Declaration
public List<GenericPermission> TabVisibility { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GenericPermission>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX