| AppRemoveAlternateState Method  | 
Removes an alternate state in the app.
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic void RemoveAlternateState(
	string stateName
)
Public Sub RemoveAlternateState ( 
	stateName As String
)
Parameters
- stateName
 - Type: SystemString
Name of the alternate state
                                        This parameter is mandatory. 
Implements
IAppRemoveAlternateState(String)
See Also