Click or drag to resize
AppFieldSelectAlternativeAsync Method (Int32, Boolean, AsyncHandle)

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Task<bool> SelectAlternativeAsync(
	int index,
	bool softLock = false,
	AsyncHandle asyncHandle = null
)

Parameters

index
Type: SystemInt32
Index-0 based Hypercube/ListObject definition reference
softLock (Optional)
Type: SystemBoolean
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle

Return Value

Type: TaskBoolean

Implements

IAppFieldSelectAlternativeAsync(Int32, Boolean, AsyncHandle)
See Also