Represents a file used when creating Relational Fields.
Inheritance Hierarchy
kCura.Relativity.Client.FileValue
Namespace: kCura.Relativity.Client
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The FileValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FileValue() |
Creates a new FileValue.
|
![]() | FileValue(String,Byte[]) |
Creates a new FileValue with the specified path and data.
|
Properties
Name | Description | |
---|---|---|
![]() | Data |
Gets or sets the data contents of the FileValue.
|
![]() | Path |
Represents the path to a file.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals |
Determine whether the specified Object is equal to the current Object.
(Overrides Object.Equals(Object).) |
![]() | GetHashCode |
Serves as a hash function for this type.
(Overrides Object.GetHashCode().) |
![]() | 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