Home > @tridion-sites/open-api-client > BinariesService > getItemBinaryThumbnail
Gets the thumbnail image for the binary content contained in a specified Multimedia Component.
Signature:
static getItemBinaryThumbnail({ escapedItemId, width, height, }: {
escapedItemId: string;
width?: number;
height?: number;
}): CancelablePromise<any>;
Parameter | Type | Description |
---|---|---|
{ escapedItemId, width, height, } | { escapedItemId: string; width?: number; height?: number; } |
Returns:
CancelablePromise<any>
any The request was successful.
ApiError