Click or drag to resize
AppUnlockAll Method

Unlocks all selections in all fields of the current app.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public void UnlockAll(
	string stateName = null
)

Parameters

stateName (Optional)
Type: SystemString
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.

Implements

IAppUnlockAll(String)
See Also