IField LowLevelSelectAsync T  Method (IEnumerable Int32 , Boolean, Boolean, Func Response, T , String)Qlik Sense .NET SDK - API Reference

Selects some values in a field.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

Task<T> LowLevelSelectAsync<T>(
	IEnumerable<int> values,
	bool toggleMode,
	bool softLock = false,
	Func<Response, T> onResult,
	string userHandle = null
)

Parameters

values
Type: OnlineSystem.Collections.Generic IEnumerable OnlineInt32 
Indexes (or element numbers) of the values to select.
toggleMode
Type: OnlineSystem Boolean
Set to true to keep any selections present in the list object. If this parameter is set to false, selections made before accepting the list object search become alternative. This parameter is mandatory.
softLock (Optional)
Type: OnlineSystem Boolean
Set to true to ignore locks; in that case, locked fields can be selected. The default value is false. This parameter is optional.
onResult
Type: OnlineSystem Func Response, T 
Continuation function
userHandle (Optional)
Type: OnlineSystem String
Handle identifier
Type Parameters

T

Return Value

Type: OnlineTask T 
See Also