App AbortModal Method Qlik Sense .NET SDK - API Reference

Aborts any selection mode in an app. For more information about selection mode, see BeginSelections method.

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

public void AbortModal(
	bool accept
)

Parameters

accept
Type: OnlineSystem Boolean
Set this parameter to true to accept the selections before exiting the selection mode.

Implements

IApp AbortModal(Boolean)
See Also