DocumentFile Class

Relativity Services API
A file associated with a Document
Inheritance Hierarchy

System.Object
  Relativity.Services.Interfaces.Document.Models.DocumentFile

Namespace:  Relativity.Services.Interfaces.Document.Models
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class DocumentFile

The DocumentFile type exposes the following members.

Constructors

  NameDescription
Public methodDocumentFile
Initializes a new instance of the DocumentFile class
Top
Properties

  NameDescription
Public propertyFilename
Name of the file
Public propertyFileType
The type of the file
Public propertyGuid
Unique universal identifier for the file
Public propertyIdentifier
Unique string identifier for the file
Public propertyOrder
Order of the file within the set of files of that type. This property will only have a non-zero value for OriginalImage and ProducedImage files
Public propertyRotation
The orientation to display the file. This property is only set for OriginalImage and ProducedImage files
Public propertySize
The size of the file in bytes
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
See Also

Reference