Click or drag to resize
AppFieldSelectValues Method (IEnumerableInt32, Boolean, Boolean)

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public bool SelectValues(
	IEnumerable<int> values,
	bool toggleMode,
	bool softLock = false
)

Parameters

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

Return Value

Type: Boolean

Implements

IAppFieldSelectValues(IEnumerableInt32, Boolean, Boolean)
See Also