App ClearAllAsync Method Qlik Sense .NET SDK - API Reference

Clears all selections in all fields of the current app.

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

public Task ClearAllAsync(
	bool lockedAlso = false,
	string stateName = null,
	string userHandle = null
)

Parameters

lockedAlso (Optional)
Type: OnlineSystem Boolean
This parameter is optional. Default is false. Selections on locked fields are not cleared. Set this parameter to true to clear all selections, including the locked fields.
stateName (Optional)
Type: OnlineSystem String
Name of the alternate state. If an alternate state is defined in qStateName, only the selections related to this alternate state are cleared. This parameter is optional. Default state is current selections.
userHandle (Optional)
Type: OnlineSystem String
Handle identifier

Return Value

Type: OnlineTask

Implements

IApp ClearAllAsync(Boolean, String, String)
See Also