The string names of fields used on Fields.
Inheritance Hierarchy
kCura.Relativity.Client.DTOs.ArtifactFieldNames
kCura.Relativity.Client.DTOs.FieldFieldNames
Namespace: kCura.Relativity.Client.DTOs
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The FieldFieldNames type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FieldFieldNames | Initializes a new instance of the FieldFieldNames 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 | |
---|---|---|
![]() ![]() | AllowGroupBy |
Indicates whether the field can be used for grouping in Relativity Pivot.
|
![]() ![]() | AllowHTML |
Indicates whether the field allows HTML code to execute within the field.
|
![]() ![]() | AllowPivot |
Indicates whether the field is available in Relativity Pivot.
|
![]() ![]() | AllowSortTally |
Indicates whether the field can be used to sort document lists.
|
![]() ![]() | AssociativeObjectType |
Identifies the ObjectType associated with this field.
|
![]() ![]() | AutoAddChoices |
Indicates whether all choices associated with a Single or Multiple Choice field are added to an application.
|
![]() ![]() | AvailableInFieldTree |
Indicates whether the field and its choices are displayed in the Field Tree browser.
|
![]() ![]() | AvailableInViewer |
Indicates whether the field is displayed in the viewer.
|
![]() ![]() | Choices |
Used to return a list of valid Choices that a Field of type Choice accepts.
|
![]() ![]() | ChoiceTypeID |
Identifies a Single Choice Field or Multi-Choice Field.
|
![]() ![]() | EnableDataGrid |
Determines where the text data is stored.
|
![]() ![]() | FieldTreeView |
Identifies a view that determines the values displayed in the Field Tree browse, and the order in which they are displayed.
|
![]() ![]() | FieldTypeID |
Represents the ID of a FieldType used to determine the functionality and presentation of the Field.
|
![]() ![]() | FilterType |
Determines the filter type available for the field.
|
![]() ![]() | Formatting |
Determines the format used to display Date or Whole Number fields.
|
![]() ![]() | FriendlyName |
Provides a user-friendly label for a relational field.
|
![]() ![]() | IgnoreWarnings |
Indicates if Create should succeed when warning messages are returned.
|
![]() ![]() | ImportBehavior |
Determines how blank values are handled during imports through the Relativity Desktop Client.
|
![]() ![]() | IncludeInTextIndex |
Indicates whether field values are added to SQL text index in a workspace.
|
![]() ![]() | IsIdentifier |
Indicates whether the field is a unique identifier for a workspace.
|
![]() ![]() | IsRelational |
Indicates if the field is a relational field.
|
![]() ![]() | IsRequired |
Determines whether the reviewer must populate the field with information in order to continue with the review process.
|
![]() ![]() | KeyboardShortcut |
Defines a keyboard shortcut for a document field.
|
![]() ![]() | Length |
Indicates the length of a fixed-length text field.
|
![]() ![]() | Linked |
Indicates if the field is set as a hyperlink.
|
![]() ![]() | Name |
Represents the name of the field.
|
![]() ![]() | NoValue |
Determines how the text for no values for a Field of type Yes/No is displayed.
|
![]() ![]() | ObjectType |
Determines the object that Relativity uses to classify the field.
|
![]() ![]() | OpenToAssociations |
Determines whether an object field can display its information on an associated object field.
|
![]() ![]() | Order |
Determines the position of the Pane Icon on the Related Items pane of the viewer.
|
![]() ![]() | OverlayBehavior |
Determines how multiple-value fields are handled during overlay imports through the Relativity Desktop Client.
|
![]() ![]() | PaneIcon |
Determines the icon displayed in the Related Items pane of the viewer.
|
![]() ![]() | PopupPickerView |
Determines the items are available in the popup picker view.
|
![]() ![]() | PropagateTo |
Identifies a delimited list of related fields, which have their values automatically coded with the same value as this field.
|
![]() ![]() | RelationalView |
Determines the view that appears in the Related Items pane of the viewer.
|
![]() ![]() | RelativityApplications |
Represents a Multiple Object field specifying the Relativity Application objects associated with this ObjectType.
|
![]() ![]() | Unicode |
Indicates if foreign language characters are allowed.
|
![]() ![]() | Visible |
Indicates if the field is visible
|
![]() ![]() | Width |
Indicates the width (in pixels) of the column displaying the field's contents in a view. Must be a numeric value passed as a string.
|
![]() ![]() | Wrapping |
Indicates whether the text in a field is displayed in multiple lines.
|
![]() ![]() | YesValue |
Determines how the text for yes values for a Field of type Yes/No is displayed.
|
See Also