Click or drag to resize
GenericObjectAcceptListObjectSearchAsync Method (AsyncHandle, String, Boolean, Boolean)

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 Task AcceptListObjectSearchAsync(
	AsyncHandle asyncHandle,
	string path,
	bool toggleMode,
	bool softLock = false
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
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: Task

Implements

IGenericObjectAcceptListObjectSearchAsync(AsyncHandle, String, Boolean, Boolean)
See Also