Show / Hide Table of Contents

Class FieldPropagate

Represents the properties to validate a field propagate request.

Inheritance
System.Object
FieldPropagate
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 FieldPropagate

Properties

| Improve this Doc View Source

HasSecuredItems

Gets or sets a value indicating whether the application contains items that the current user doesn't have permission to access.

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

ViewableItems

Gets or sets a value indicating whether an array of identifier objects for items that are accessible to the current user.

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