DocumentFieldNames Class

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

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

public class DocumentFieldNames : ArtifactFieldNames

The DocumentFieldNames type exposes the following members.

Constructors

  NameDescription
Public methodDocumentFieldNames
Initializes a new instance of the DocumentFieldNames 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 memberBatch
Indicates the batch that the document is assigned to.
Public fieldStatic memberBatch_AssignedTo
Indicates the user assigned to the batch that contains this document.
Public fieldStatic memberBatch_BatchSet
Indicates the batch set that the document is assigned to.
Public fieldStatic memberBatch_Status
Indicates the status of the batch.
Public fieldStatic memberFileIcon
Represents the file icon associated with the document.
Public fieldStatic memberFolderName
Indicates the name of the folder in Relativity, where the document is located.
Public fieldStatic memberHasImages
Indicates whether images of the document exist.
Public fieldStatic memberHasInlineTags
Indicates whether inline tags have been applied to the document.
Public fieldStatic memberHasNative
Indicates whether a native file exists for the document.
Public fieldStatic memberImageQCStatus
Indicates whether the document's images, if any exist, are hidden for QC review.
Public fieldStatic memberRelativityImageCount
Provides the number of images associated with a document.
Public fieldStatic memberRelativityNativeFileLocation
Specifies the local path for the native file.
Public fieldStatic memberRelativityNativeTimeZoneOffset
Indicates the native time zone offset of the document.
Public fieldStatic memberRelativityNativeType
Indicates the type of native file for a document.
Public fieldStatic memberSupportedByViewer
Indicates whether the Relativity viewer supports the native file type of a document.
Public fieldStatic memberTimeZoneField
Lists the ArtifactID representing the time zone of the document.
Top
See Also

Reference