class FileValue

The class FileValue represents a file.


Base class:

This type does not have any base class

Implemented interfaces:

INotifyPropertyChanged
IFileValue

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

FileValue ()


FileValue (String filePath)


FileValue (String fileName, Byte[] content)


FileValue (String filePath, Guid? storageId)


Properties

Byte[] Content { get; set; }


String FileName { get; set; }


Int64 FileSize { get; set; }


Guid? HistoryStorageId { get; set; }


String Sha256 { get; set; }


Guid? StorageId { get; set; }