FileValue public class FileValue Creates file field value instances. Documentation 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.