<PackageReference Include="Relativity.Server.Services.DataContracts.SDK" Version="5001.1.0" />

Relativity.Services.DataContracts.DTOs.Folder.FolderStatus

public class FolderStatus
Determine folder access status
public bool CanView { get; set; }

Get or set value indicating whether user has view permissions for the folder

public bool Exists { get; set; }

Get or set value indicating whether folder exists.

public FolderStatus()