Click or drag to resize
AppRemoveAlternateState Method

Removes an alternate state in the app.

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

Parameters

stateName
Type: SystemString
Name of the alternate state. This parameter is mandatory.

Return Value

Type: 

Implements

IAppRemoveAlternateState(String)
See Also