Interface IStoredDocumentProperties
- Namespace
- The.Components
- Assembly
- Instagile.dll
public interface IStoredDocumentProperties : IEntityProperties
- Inherited Members
-
Properties
Data
PrimitiveAttribute<byte[]> Data { get; }
Property Value
- PrimitiveAttribute<byte[]>
FileSize
PrimitiveAttribute<long> FileSize { get; }
Property Value
- PrimitiveAttribute<long>
ImageHeight
PrimitiveAttribute<int?> ImageHeight { get; }
Property Value
- PrimitiveAttribute<int?>
ImageWidth
PrimitiveAttribute<int?> ImageWidth { get; }
Property Value
- PrimitiveAttribute<int?>
MimeType
PrimitiveAttribute<string> MimeType { get; }
Property Value
- PrimitiveAttribute<string>
OriginalFilename
PrimitiveAttribute<string> OriginalFilename { get; }
Property Value
- PrimitiveAttribute<string>
ThumbnailFor
EntityReferenceProperty ThumbnailFor { get; }
Property Value
- EntityReferenceProperty
Thumbnails
EntityCollectionProperty Thumbnails { get; }
Property Value
- EntityCollectionProperty