GenericObject EndSelectionsAsync Method Qlik Sense .NET SDK - API Reference

Ends the selection mode on a visualization. The selections are accepted or aborted when exiting the selection mode, depending on the qAccept parameter value.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public Task EndSelectionsAsync(
	bool accept,
	string userHandle = null
)

Parameters

accept
Type: OnlineSystem Boolean
Set this parameter to true to accept the selections before exiting the selection mode.
userHandle (Optional)
Type: OnlineSystem String
Handle identifier

Return Value

Type: OnlineTask

Implements

IGenericObject EndSelectionsAsync(Boolean, String)
See Also