TabFieldNames Class

Relativity Services API
The string names of fields used on Tabs.
Inheritance Hierarchy

System.Object
  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

public class TabFieldNames : ArtifactFieldNames

The TabFieldNames type exposes the following members.

Constructors

  NameDescription
Public methodTabFieldNames
Initializes a new instance of the TabFieldNames class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberExternalLink
Provides a URL with the full web address for a tab with LinkType set to External.
Public fieldStatic memberIsDefault
Indicates whether the tab is the default workspace tab.
Public fieldStatic memberIsVisible
Indicates whether the tab is visible in Relativity.
Public fieldStatic memberLinkType
Indicates the type of the tab.
Public fieldStatic memberName
Represents the name of the tab.
Public fieldStatic memberObjectType
Represents the object type of the items displayed on the tab in Relativity.
Public fieldStatic memberOrder
Uses numerical value to indicate the position of the tab.
Public fieldStatic memberRelativityApplications
Represents a Multiple Object field specifying Relativity Application objects associated with this Tab.
Public fieldStatic memberTabDisplay
Indicates how the tab is displayed.
Top
See Also

Reference