AppField SelectValues 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 bool SelectValues(
	IEnumerable<int> values,
	bool toggleMode,
	bool softLock = false
)

Parameters

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

Return Value

Type: OnlineBoolean

Implements

IAppField SelectValues(IEnumerable Int32 , Boolean, Boolean)
See Also