<PackageReference Include="Relativity.Server.EventHandler.SDK" Version="5000.0.2" />

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.