Click or drag to resize
AppAddAlternateStateAsync Method

Adds an alternate state in the app.

You can create multiple states within a Qlik Sense app and apply these states to specific objects within the app. Objects in a given state are not affected by user selections in the other states.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Task AddAlternateStateAsync(
	string stateName,
	AsyncHandle asyncHandle = null
)

Parameters

stateName
Type: SystemString
Name of the alternate state. This parameter is mandatory.
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Return Value

Type: Task

Implements

IAppAddAlternateStateAsync(String, AsyncHandle)
See Also