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 SourceCanView
Gets a value indicating whether the user has view access to the folder.
Declaration
public bool CanView { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Exists
Gets a value indicating whether folder exists.
Declaration
public bool Exists { get; }
Property Value
Type | Description |
---|---|
System.Boolean |