interface IFileValue

IFileValue is an interface that represents a file. To create an IFileValue you must create a FileValue by the keyword 'new' passing FileName and Content as parameter ('New FileValue(<your_name>, <your_content>)').


Implemented interfaces:

This type does not implements any interface.

Derived types:

DmFile
DmProfileFile
FileValue
IDmFile
IDmProfileFile

Properties

Byte[] Content { get; set; }

The contents of the file


String FileName { get; set; }

The name of the file


Int64 FileSize { get; set; }

The size of the file in bytes


Guid? HistoryStorageId { get; set; }


String Sha256 { get; set; }

The hash of the file.


Guid? StorageId { get; set; }

The id of the storage where the file is saved