FileValue Class

Relativity Services API
Represents a file used when creating Relational Fields.
Inheritance Hierarchy

System.Object
  kCura.Relativity.Client.FileValue

Namespace:  kCura.Relativity.Client
Assembly:  kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class FileValue

The FileValue type exposes the following members.

Constructors

  NameDescription
Public methodFileValue()
Creates a new FileValue.
Public methodFileValue(String,Byte[])
Creates a new FileValue with the specified path and data.
Top
Properties

  NameDescription
Public propertyData
Gets or sets the data contents of the FileValue.
Public propertyPath
Represents the path to a file.
Top
Methods

  NameDescription
Public methodEquals
Determine whether the specified Object is equal to the current Object.
(Overrides Object.Equals(Object).)
Public methodGetHashCode
Serves as a hash function for this type.
(Overrides Object.GetHashCode().)
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