Class Folder
Represents the Relativity Folder object.
Implements
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 Folder : NamedArtifact, IHasName
Properties
| Improve this Doc View SourceAccessControlListIsInherited
Gets a value indicating whether access control list is inhetited.
Declaration
public bool AccessControlListIsInherited { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Children
Gets folder chidren (subfolders).
Declaration
public List<Folder> Children { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Folder> |
HasChildren
Gets a value indicating whether folder has children (subfolders).
Declaration
public bool HasChildren { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ParentFolder
Gets or sets parent of the folder.
Declaration
public NamedArtifact ParentFolder { get; set; }
Property Value
Type | Description |
---|---|
NamedArtifact |
Permissions
Gets the folder Permissions.
Declaration
public FolderPermission Permissions { get; }
Property Value
Type | Description |
---|---|
FolderPermission |
Selected
Gets a value indicating whether the folder is selected.
Declaration
public bool Selected { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SystemCreatedOn
Gets the date time of folder creation.
Declaration
public DateTime SystemCreatedOn { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
SystemLastModifiedOn
Gets the date time of folder last modification.
Declaration
public DateTime SystemLastModifiedOn { get; }
Property Value
Type | Description |
---|---|
System.DateTime |