Library Core / types/dto / ImageDTO
Interface: ImageDTO
types/dto.ImageDTO
The returned information when mapping raw image data.
Table of contents
Properties
Properties
caption
• caption: string
The description in the database for this image.
Defined in
categoryType
• categoryType: number
The internal category type. Known types are:
- 8 = Article image (Normally displayed)
- 9 = Article cover image (Not normally displayed)
- 15 = Publication cover image (Not normally displayed)
Defined in
contentsPath
• contentsPath: string
The path to access the publication itself.
Defined in
filePath
• filePath: string
The path to access the image within the downloaded publication.
Defined in
filename
• filename: string
The filename of the image.
Defined in
id
• id: string
A unique id not related to the database.
Defined in
languageId
• languageId: number
The Meps Language Id of this image.