Table of Contents

Interface IDocumentMetadata

Namespace
The.Documents
Assembly
Instagile.dll

Implemented by all document types.

public interface IDocumentMetadata

Properties

FileSize

long FileSize { get; }

Property Value

long

ID

Guid ID { get; }

Property Value

Guid

MimeType

string MimeType { get; }

Property Value

string

OriginalFilename

string OriginalFilename { get; }

Property Value

string