Show / Hide Table of Contents

Class ItemLevelSecurity

Represents the Relativity item level security object.

Inheritance
System.Object
Artifact
ItemLevelSecurity
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 ItemLevelSecurity : Artifact

Properties

| Improve this Doc View Source

Enabled

Gets or sets a value indicating whether edit this item turned on.

Declaration
public bool Enabled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

LastModified

Gets or sets last modified timestamp.

Declaration
public DateTime LastModified { get; set; }
Property Value
Type Description
System.DateTime
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX