ViewFieldNames Class

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

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

public class ViewFieldNames : ArtifactFieldNames

The ViewFieldNames type exposes the following members.

Constructors

  NameDescription
Public methodViewFieldNames
Initializes a new instance of the ViewFieldNames 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 memberDashboardID
Artifact ID representing a Dashboard linked to the View.
Public fieldStatic memberDisplayField
Indicates the settings for indentations used to display email threads, which is defined by the IndentationDefinitionField property.
Public fieldStatic memberGroupDefinitionField
Represents a field that is common across a group of email messages.
Public fieldStatic memberIndentationDefinitionField
Includes logic for displaying indented lists.
Public fieldStatic memberIsVisible
Indicates whether a view is visible in a drop-down list box.
Public fieldStatic memberName
Represents the name of a view as a string.
Public fieldStatic memberObjectType
Represents the type of object that is displayed in a view.
Public fieldStatic memberOrder
Indicates the sorting order assigned to a view.
Public fieldStatic memberRelativityApplications
Represents the Relativity applications associated with this view.
Public fieldStatic memberRenderLinks
Determines whether links in the view are rendered in the Relativity web UI.
Public fieldStatic memberVisibleInDropdown
Determines whether the view is available on a tab containing the specified object type.
Public fieldStatic memberVisualizationType
Determines whether the view displays items in the standard or indented list format.
Top
See Also

Reference