Show / Hide Table of Contents

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 Source

Add

Gets a value indicating whether user has permission for Add operation.

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

Delete

Gets a value indicating whether user has permission for Delete operation.

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

Edit

Gets a value indicating whether user has permission for Edit operation.

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

Secure

Gets a value indicating whether user has permission for Secure operation.

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