Click or drag to resize
AppFieldSelectValuesAsync Method

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public Task<bool> SelectValuesAsync(
	IEnumerable<int> values,
	bool toggleMode,
	bool softLock = false
)

Parameters

values
Type: System.Collections.GenericIEnumerableInt32
toggleMode
Type: SystemBoolean
softLock (Optional)
Type: SystemBoolean

Return Value

Type: TaskBoolean

Implements

IAppFieldSelectValuesAsync(IEnumerableInt32, Boolean, Boolean)
See Also