App LockAll Method Qlik Sense .NET SDK - API Reference

Locks 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 void LockAll(
	string stateName = null
)

Parameters

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

Implements

IApp LockAll(String)
See Also