The string names of fields used on Views.
Inheritance Hierarchy
kCura.Relativity.Client.DTOs.ArtifactFieldNames
kCura.Relativity.Client.DTOs.ViewFieldNames
Namespace: kCura.Relativity.Client.DTOs
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The ViewFieldNames type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ViewFieldNames | Initializes a new instance of the ViewFieldNames 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 | |
---|---|---|
![]() ![]() | DashboardID |
Artifact ID representing a Dashboard linked to the View.
|
![]() ![]() | DisplayField |
Indicates the settings for indentations used to display email threads, which is defined
by the IndentationDefinitionField property.
|
![]() ![]() | GroupDefinitionField |
Represents a field that is common across a group of email messages.
|
![]() ![]() | IndentationDefinitionField |
Includes logic for displaying indented lists.
|
![]() ![]() | IsVisible |
Indicates whether a view is visible in a drop-down list box.
|
![]() ![]() | Name |
Represents the name of a view as a string.
|
![]() ![]() | ObjectType |
Represents the type of object that is displayed in a view.
|
![]() ![]() | Order |
Indicates the sorting order assigned to a view.
|
![]() ![]() | RelativityApplications |
Represents the Relativity applications associated with this view.
|
![]() ![]() | RenderLinks |
Determines whether links in the view are rendered in the Relativity web UI.
|
![]() ![]() | VisibleInDropdown |
Determines whether the view is available on a tab containing the specified object type.
|
![]() ![]() | VisualizationType |
Determines whether the view displays items in the standard or indented list format.
|
See Also