<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5000.1.0" />

Tab

public class Tab : NamedArtifact
Represents a tab.
public TabIconIdentifier IconIdentifier { get; set; }

Gets or sets the string identifier for the icon displayed when the tab is listed in the sidebar.

public bool IsDefault { get; set; }

Gets or sets a value indicating whether flag is default.

public bool IsShownInSidebar { get; set; }

Gets or sets a value indicating whether the tab should be displayed in the sidebar.

public bool IsVisible { get; set; }

Gets or sets a value indicating whether flag of the Tab is visible.

public string Link { get; set; }

Gets or sets the link for the Tab.

public TabLinkType LinkType { get; set; }

Gets or sets the link type of the Tab.

public NamedArtifact ObjectType { get; set; }

Gets or sets the identifier for object type of the Tab.

public int Order { get; set; }

Gets or sets the order of the Tab.

public Artifact Parent { get; set; }

Gets or sets the identifier for parent of the Tab.

public List<Artifact> RelativityApplications { get; set; }

Gets or sets a list of identifiers of associated Relativity Applications for the Tab.

public Tab()

Fills the required properties that should be programatically set if left blank.