<PackageReference Include="Relativity.Server.DataVisualization.SDK" Version="5000.0.1" />

NavigationTabResponse

Represents a Tab as returned by the GetAllNavigationTabsAsync endpoint.
public string IconIdentifier { get; set; }

The string identifier for the icon displayed when the Tab is shown in the sidebar.

public bool IsDefault { get; set; }

States if the Tab should be the first Tab to navigate to when navigating to the Parent tab.

public bool IsShownInSidebar { get; set; }

States if the Tab can be shown in the sidebar.

public bool IsVisible { get; set; }

States if the Tab should be visible in the UI.

public TabLinkTypeEnum LinkType { get; set; }

The TabLinkTypeEnum of the Tab.

The DisplayableObjectIdentifier for the Tab.

The DisplayableObjectTypeIdentifier for the Tab.

public int Order { get; set; }

The order of the Tab which determines the position of the Tab relative to Tabs of the same hierarchal level.

The Securable<T> identifying the Parent Tab if it is set.

public string Url { get; set; }

The relative URL of the Tab.