App UnlockAllAsync Method Qlik Sense .NET SDK - API Reference

Unlocks 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 UnlockAllAsync(
	string stateName = null,
	string userHandle = null
)

Parameters

stateName (Optional)
Type: OnlineSystem String
Alternate state name. If this parameter is set, the method unlocks all selections that are in the specified state name. This parameter is optional. The default value is an empty string.
userHandle (Optional)
Type: OnlineSystem String
Handle identifier

Return Value

Type: OnlineTask

Implements

IApp UnlockAllAsync(String, String)
See Also