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: 1.1.0.0 (1.1.0.0)
Syntax
public void RemoveAlternateState(
	string stateName
)

Parameters

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

Implements

IAppRemoveAlternateState(String)
See Also