Represents a File in Relativity
Inheritance Hierarchy
Relativity.Services.Files.FileRef
Relativity.Services.Document.File
Namespace: Relativity.Services.Document
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The File type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | File | Initializes a new instance of the File class |
Properties
Name | Description | |
---|---|---|
![]() | Details |
File's Details
|
![]() | DocumentArtifactID |
File's Document ArtifactID
|
![]() | FileID |
Primary key
(Inherited from FileRef.) |
![]() | Filename |
File's name
(Inherited from FileRef.) |
![]() | Guid |
File's Guid
|
![]() | Identifier |
File's Identifier
|
![]() | InRepository |
Whether or not the file is in the Repository
|
![]() | Location |
File's Location
|
![]() | Order |
File's Order
|
![]() | Rotation |
File's Rotation
|
![]() | Size |
File's Size
|
![]() | Type |
File's Type
|
![]() | UploadedFileGuid |
Gets or sets an uploaded file GUID used to identify a file in temporary storage.
(Inherited from FileRef.) |
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