The string names of fields used on Documents.
Inheritance Hierarchy
kCura.Relativity.Client.DTOs.ArtifactFieldNames
kCura.Relativity.Client.DTOs.DocumentFieldNames
Namespace: kCura.Relativity.Client.DTOs
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The DocumentFieldNames type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DocumentFieldNames | Initializes a new instance of the DocumentFieldNames 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 | |
---|---|---|
![]() ![]() | Batch |
Indicates the batch that the document is assigned to.
|
![]() ![]() | Batch_AssignedTo |
Indicates the user assigned to the batch that contains this document.
|
![]() ![]() | Batch_BatchSet |
Indicates the batch set that the document is assigned to.
|
![]() ![]() | Batch_Status |
Indicates the status of the batch.
|
![]() ![]() | FileIcon |
Represents the file icon associated with the document.
|
![]() ![]() | FolderName |
Indicates the name of the folder in Relativity, where the document is located.
|
![]() ![]() | HasImages |
Indicates whether images of the document exist.
|
![]() ![]() | HasInlineTags |
Indicates whether inline tags have been applied to the document.
|
![]() ![]() | HasNative |
Indicates whether a native file exists for the document.
|
![]() ![]() | ImageQCStatus |
Indicates whether the document's images, if any exist, are hidden for QC review.
|
![]() ![]() | RelativityImageCount |
Provides the number of images associated with a document.
|
![]() ![]() | RelativityNativeFileLocation |
Specifies the local path for the native file.
|
![]() ![]() | RelativityNativeTimeZoneOffset |
Indicates the native time zone offset of the document.
|
![]() ![]() | RelativityNativeType |
Indicates the type of native file for a document.
|
![]() ![]() | SupportedByViewer |
Indicates whether the Relativity viewer supports the native file type of a document.
|
![]() ![]() | TimeZoneField |
Lists the ArtifactID representing the time zone of the document.
|
See Also