Click or drag to resize
GenericObjectAcceptListObjectSearch Method

Accept the results of a search in a list object. The search results become selected in the field.

This method applies to list objects (objects with one dimension).The search results are displayed using the GetLayout method.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public void AcceptListObjectSearch(
	string path,
	bool toggleMode,
	bool softLock = false
)

Parameters

path
Type: SystemString
Path to the definition of the list object. For example, /qListObjectDef.
toggleMode
Type: SystemBoolean
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: SystemBoolean
Set to true to ignore locks; in that case, locked fields can be selected. The default value is false. This parameter is optional.

Return Value

Type: 

Implements

IGenericObjectAcceptListObjectSearch(String, Boolean, Boolean)
See Also