A file associated with a Document
Inheritance Hierarchy
Relativity.Services.Interfaces.Document.Models.DocumentFile
Namespace: Relativity.Services.Interfaces.Document.Models
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The DocumentFile type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DocumentFile | Initializes a new instance of the DocumentFile class |
Properties
Name | Description | |
---|---|---|
![]() | Filename |
Name of the file
|
![]() | FileType |
The type of the file
|
![]() | Guid |
Unique universal identifier for the file
|
![]() | Identifier |
Unique string identifier for the file
|
![]() | Order |
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
|
![]() | Rotation |
The orientation to display the file. This property is only set for OriginalImage and ProducedImage files
|
![]() | Size |
The size of the file in bytes
|
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.) |
See Also