This media item represents a media uploaded or provided by the end user.

Hierarchy

Properties

date: string

The media item creation date (extracted if possible from the Metadata).

height: number

The height in pixels

id: number

The media item id (number)

The image meta data. Only set when meta data extraction is enabled. Note: there are individual flags for individual meta data types.

name: string

The media item name - usually the file name

numChildren: number

Number of children if this is a multi page media item and this is the first element. Otherwise 0.

numUsages: number

The number of usages within the document of the media item.

original: string

The original media item URL in full resolution. This is only available for user uploaded images and for cliparts if configured in admin to provide the full asset.

parentAlbum: number

The id of the parent media album the media item belongs to.

preview: string

The relative URL for the preview of the media item. The preview has a medium resolution.

thumbnail: string

The relative URL for the thumbnail. The thumbnail has a low resolution.

type: MediaType

The type of the media item. This can be either Media or Clipart.

width: number

The width in pixels

Generated using TypeDoc