<PackageReference Include="Relativity.EventHandler" Version="15.6.0" />

kCura.EventHandler.FileValue

public class FileValue
Creates file field value instances.
public string FileName { get; }

Returns the name of the file.

public string FilePath { get; }

Returns the fully qualified path of the file.

public Stream FileStream { get; }

Returns the stream of the file.

public FileValue(string fileName, Stream inputStream)

Initializes a new instance of the FileValue class.