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 (26.2.0.1000)
Syntax
Task GenerateAndStoreViewThumbnailAsync(
	Guid viewId
)

Parameters

viewId  Guid
The view ID.

Return Value

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