<PackageReference Include="Relativity.Server.DataVisualization.SDK" Version="5000.1.1" />

ViewAccessStatus

public class ViewAccessStatus
Indicates whether a user has View permissions on the specified view, and whether a user has View permissions on all fields used in the search conditions on the view.
public bool CanView { get; set; }

Gets or sets a value indicating whether View can be viewed.

public bool CanViewCriteriaFields { get; set; }

Gets or sets a value whether View criteria fields can be viewed.

public bool Exists { get; set; }

Gets or sets a value indicating whether View exists.