Class ItemLevelSecurity
Represents the Relativity item level security object.
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 class ItemLevelSecurity : ArtifactProperties
| Improve this Doc View SourceEnabled
Gets or sets a value indicating whether edit this item turned on.
Declaration
public bool Enabled { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
LastModified
Gets or sets last modified timestamp.
Declaration
public DateTime LastModified { get; set; }Property Value
| Type | Description | 
|---|---|
| System.DateTime |