Show / Hide Table of Contents

Class FolderAccessStatus

Represents the Folder access status.

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

Properties

| Improve this Doc View Source

CanView

Gets a value indicating whether the user has view access to the folder.

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

Exists

Gets a value indicating whether folder exists.

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