Show / Hide Table of Contents

Class Folder

Represents the Relativity Folder object.

Inheritance
System.Object
Artifact
NamedArtifact
Folder
Implements
IHasName
Inherited Members
NamedArtifact.Name
Artifact.ArtifactID
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 Source

AccessControlListIsInherited

Gets a value indicating whether access control list is inhetited.

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

Children

Gets folder chidren (subfolders).

Declaration
public List<Folder> Children { get; }
Property Value
Type Description
System.Collections.Generic.List<Folder>
| Improve this Doc View Source

HasChildren

Gets a value indicating whether folder has children (subfolders).

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

ParentFolder

Gets or sets parent of the folder.

Declaration
public NamedArtifact ParentFolder { get; set; }
Property Value
Type Description
NamedArtifact
| Improve this Doc View Source

Permissions

Gets the folder Permissions.

Declaration
public FolderPermission Permissions { get; }
Property Value
Type Description
FolderPermission
| Improve this Doc View Source

Selected

Gets a value indicating whether the folder is selected.

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

SystemCreatedOn

Gets the date time of folder creation.

Declaration
public DateTime SystemCreatedOn { get; }
Property Value
Type Description
System.DateTime
| Improve this Doc View Source

SystemLastModifiedOn

Gets the date time of folder last modification.

Declaration
public DateTime SystemLastModifiedOn { get; }
Property Value
Type Description
System.DateTime

Implements

IHasName
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX