<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="10.3.0" />

Folder

public class Folder : NamedArtifact
Represents the Relativity Folder object.
public bool AccessControlListIsInherited { get; }

Gets a value indicating whether access control list is inhetited.

public List<Folder> Children { get; }

Gets folder chidren (subfolders).

public bool HasChildren { get; }

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

public NamedArtifact ParentFolder { get; set; }

Gets or sets parent of the folder.

public FolderPermission Permissions { get; }

Gets the folder Permissions.

public bool Selected { get; }

Gets a value indicating whether the folder is selected.

public DateTime SystemCreatedOn { get; }

Gets the date time of folder creation.

Gets the date time of folder last modification.

public Folder()