<PackageReference Include="Relativity.ObjectManager" Version="12.0.78.6" />

IViewManager

public interface IViewManager : IDisposable
Task<int> CreateSingleAsync(int workspaceArtifactID, View viewDTO)

Task<ViewAccessStatus> GetAccessStatusAsync(int workspaceArtifactID, int artifactID)

Task<bool> GetIsViewLockedAsync(int workspaceArtifactID, View viewDTO)

Task<List<ObjectTypeRef>> GetObjectTypesAsync(int workspaceArtifactID)

Task<List<UserRef>> GetViewOwnersAsync(int workspaceArtifactID)

Task<View> ReadSingleAsync(int workspaceArtifactID, int viewArtifactID)

Task UpdateSingleAsync(int workspaceArtifactID, View viewDTO)