Click or drag to resize
AppLockAll Method

Locks all selections in all fields of the current app.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public void LockAll(
	string stateName = null
)

Parameters

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

Return Value

Type: 

Implements

IAppLockAll(String)
See Also