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

Relativity.Services.Interfaces.Tab.Models.TabViewOrder

public class TabViewOrder
Represents the View Order of the Tab.
public int ArtifactID { get; set; }

Gets the artifact id of the Tab.

public string Name { get; set; }

Gets the name of the Tab.

public int Order { get; set; }

Gets the order of the Tab.

public string Parent { get; set; }

Gets the name of the parent tab of the Tab.

public int ParentArtifactID { get; set; }

Gets the artifact id of the parent tab of the Tab.

public TabViewOrder()