IViewServiceGenerateAndStoreViewThumbnailAsync Method

Generates a thumbnail for the view.

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
Task GenerateAndStoreViewThumbnailAsync(
	Guid viewId
)

Parameters

viewId
Type: SystemGuid
The view ID.

Return Value

Type: Task
A task indicating when the operation has completed.
Exceptions
ExceptionCondition
ArgumentExceptionThe viewId is Empty, or is not a valid view.
NoPrivilegeExceptionThe caller does not have the Read privilege on the view.
NotFoundExceptionThe resource with the specified ID does not exist.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also