GenericObject AbortListObjectSearchAsync Method Qlik Sense .NET SDK - API Reference

Aborts the results of a search in a list object.

This method applies to list objects (objects with one dimension). After an abort on a list object search, the GetLayout method does not return any more search results but it does return the values in the field.

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

public Task AbortListObjectSearchAsync(
	string path,
	string userHandle = null
)

Parameters

path
Type: OnlineSystem String
Path to the definition of the list object. For example, /qListObjectDef.
userHandle (Optional)
Type: OnlineSystem String
Handle identifier

Return Value

Type: OnlineTask

Implements

IGenericObject AbortListObjectSearchAsync(String, String)
See Also