| AppRemoveAlternateStateAsync Method (String) |
Removes an alternate state in the app.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.0.0.0+Build:29.QSM12-CIGS
Syntaxpublic Task RemoveAlternateStateAsync(
string stateName
)
Public Function RemoveAlternateStateAsync (
stateName As String
) As Task
Parameters
- stateName
- Type: SystemString
Name of the alternate state
This parameter is mandatory.
Return Value
Type:
TaskImplements
IAppRemoveAlternateStateAsync(String)
See Also