FileValue public class FileValue Documentation public byte[] Data { get; set; } public string Path { get; set; } public FileValue(string path, byte[] data) public FileValue()