Interface IDocumentMetadata
Implemented by all document types.
public interface IDocumentMetadata
Properties
FileSize
long FileSize { get; }
Property Value
ID
Guid ID { get; }
Property Value
MimeType
string MimeType { get; }
Property Value
OriginalFilename
string OriginalFilename { get; }