saveThumbnail Method

Save a thumbnail for a view.

saveThumbnail(viewId: Id64String, thumbnail: ThumbnailProps): Promise<void>

throws Error exception if the thumbnail wasn't successfully saved.

Parameter Type Description
viewId Id64String The id of the view for the thumbnail.
thumbnail ThumbnailProps The thumbnail data to save.

Returns - A void Promise

Defined in

Last Updated: 08 January, 2020