AppField SelectValuesAsync Method Qlik Sense .NET SDK - API Reference

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

public Task<bool> SelectValuesAsync(
	IEnumerable<int> values,
	bool toggleMode,
	bool softLock = false,
	string userHandle = null
)

Parameters

values
Type: OnlineSystem.Collections.Generic IEnumerable OnlineInt32 
toggleMode
Type: OnlineSystem Boolean
softLock (Optional)
Type: OnlineSystem Boolean
userHandle (Optional)
Type: OnlineSystem String

Return Value

Type: OnlineTask OnlineBoolean 

Implements

IAppField SelectValuesAsync(IEnumerable Int32 , Boolean, Boolean, String)
See Also