<PackageReference Include="Relativity.Shared.SDK" Version="1.8.0" />

SecurableList<T>

public class SecurableList<T>
Generic class that indicates whether a list has items secured from the current user.
public bool HasSecuredItems { get; set; }

Whether or not there are any number of items secured away from the user.

public List<T> ViewableItems { get; set; }

List of items that are accessible to the user.

public SecurableList()

Instantiate a Securable<T> with all properties set to their default values.