Interface IStoredDocument
- Namespace
- The.Components
- Assembly
- Instagile.dll
public interface IStoredDocument : IEntity, IHasChanges
- Inherited Members
-
- Extension Methods
-
Properties
Data
byte[] Data { get; set; }
Property Value
- byte[]
FileSize
long FileSize { get; set; }
Property Value
- long
ImageHeight
int? ImageHeight { get; set; }
Property Value
- int?
ImageWidth
int? ImageWidth { get; set; }
Property Value
- int?
MimeType
string MimeType { get; set; }
Property Value
- string
OriginalFilename
string OriginalFilename { get; set; }
Property Value
- string
Properties
IStoredDocumentProperties Properties { get; }
Property Value
- IStoredDocumentProperties
ThumbnailFor
IStoredDocument? ThumbnailFor { get; set; }
Property Value
- IStoredDocument
Thumbnails
IEntitySet<IStoredDocument> Thumbnails { get; }
Property Value
- IEntitySet<IStoredDocument>