<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

Relativity.Services.ItemListView.ItemListView

public class ItemListView
Represents Relativity View without any filter conditions.
public int ArtifactId { get; set; }

ArtifactID of the ItemListView

public int[] FieldsIds { get; set; }

Ordered array of field ids

public FieldRef GroupDefinitionField { get; set; }

public bool HasConditions { get; set; }

public bool HasPermissionToEdit { get; set; }

public string Name { get; set; }

Name of the ItemListView

public int Order { get; set; }

Order of the ItemListView

public bool RenderLinks { get; set; }

public string[] Sorts { get; set; }

public ItemListView()