Class FolderPermission
Represents Folder permissions.
Inheritance
System.Object
FolderPermission
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 FolderPermission
Properties
| Improve this Doc View SourceAdd
Gets a value indicating whether user has permission for Add operation.
Declaration
public bool Add { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Delete
Gets a value indicating whether user has permission for Delete operation.
Declaration
public bool Delete { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Edit
Gets a value indicating whether user has permission for Edit operation.
Declaration
public bool Edit { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Secure
Gets a value indicating whether user has permission for Secure operation.
Declaration
public bool Secure { get; }
Property Value
Type | Description |
---|---|
System.Boolean |