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

FolderPermission

public class FolderPermission
Represents Folder permissions.
public bool Add { get; }

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

public bool Delete { get; }

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

public bool Edit { get; }

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

public bool Secure { get; }

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