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

Relativity.Services.Interfaces.Tab.Models.NavigationTabResponse

Represents a tab as returned by the GetAllNavigationTabs endpoint.
public bool? IsDefault { get; set; }

Gets the default flag value of the Tab.

public bool IsShownInSidebar { get; set; }

Gets if the tab is shown in the sidebar.

public bool IsVisible { get; set; }

Gets the visible flag value of the Tab.

public TabLinkTypeEnum LinkType { get; set; }

Gets the link type of the Tab

Gets the ObjectTypeIdentifier for the Tab.

public int Order { get; set; }

Gets the order of the Tab.

Gets the Name and ArtifactID of the parent tab for the Tab.

public string Url { get; set; }

Gets the relative URL of the Tab.

Constructs a new NavigationTabResponse object.