Method Signature ItemMultimediaThumbnail getItemMultimediaThumbnail(Item item, ItemMultimedia itemMultimedia, int width, int height);
Description Creates a thumbnail of the specified width and height for the given multimedia object.
Parameters Item – The item that the multimedia object is associated with. ItemMultimedia – The multimedia object that you want a thumbnail of. int width – the width of the thumbnail int height – the height of the thumbnail
Result If the system is able to create the thumbnail in real-time it will return a ItemMultimediaThumbnail object. This method can return null if the system is unable to create the thumbnail in real-time or the thumbnail is not ready from a background creation.
Manage space
Manage content
Integrations