The string names of fields used on Tabs.
Inheritance Hierarchy
kCura.Relativity.Client.DTOs.ArtifactFieldNames
kCura.Relativity.Client.DTOs.TabFieldNames
Namespace: kCura.Relativity.Client.DTOs
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The TabFieldNames type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TabFieldNames | Initializes a new instance of the TabFieldNames class |
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.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | ExternalLink |
Provides a URL with the full web address for a tab with LinkType set to External.
|
![]() ![]() | IsDefault |
Indicates whether the tab is the default workspace tab.
|
![]() ![]() | IsVisible |
Indicates whether the tab is visible in Relativity.
|
![]() ![]() | LinkType |
Indicates the type of the tab.
|
![]() ![]() | Name |
Represents the name of the tab.
|
![]() ![]() | ObjectType |
Represents the object type of the items displayed on the tab in Relativity.
|
![]() ![]() | Order |
Uses numerical value to indicate the position of the tab.
|
![]() ![]() | RelativityApplications |
Represents a Multiple Object field specifying Relativity Application objects associated with this Tab.
|
![]() ![]() | TabDisplay |
Indicates how the tab is displayed.
|
See Also