Represents a tab as returned by the GetAllNavigationTabs(Int32) endpoint.
Inheritance Hierarchy
Relativity.Services.Interfaces.Shared.Models.ObjectIdentifier
Relativity.Services.Interfaces.Shared.Models.DisplayableObjectIdentifier
Relativity.Services.Interfaces.Tab.Models.NavigationTabResponse
Namespace: Relativity.Services.Interfaces.Tab.Models
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 13.3.1.1 045207d562027f7bb0eaa843477ebb7cba5b9f0a
Syntax
The NavigationTabResponse type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| NavigationTabResponse |
Constructs a new NavigationTabResponse object.
|
Properties
| Name | Description | |
|---|---|---|
| ArtifactID | (Inherited from ObjectIdentifier.) | |
| Guids | (Inherited from ObjectIdentifier.) | |
| IsDefault |
Gets the default flag value of the Tab.
| |
| IsShownInSidebar |
Gets if the tab is shown in the sidebar.
| |
| IsVisible |
Gets the visible flag value of the Tab.
| |
| LinkType |
Gets the link type of the Tab
| |
| Name | (Inherited from DisplayableObjectIdentifier.) | |
| ObjectTypeIdentifier |
Gets the ObjectTypeIdentifier for the Tab.
| |
| Order |
Gets the order of the Tab.
| |
| Parent |
Gets the Name and ArtifactID of the parent tab for the Tab.
| |
| Url |
Gets the relative URL of the Tab.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also