GenericObject SearchListObjectFor Method Qlik Sense .NET SDK - API Reference

Searches for a string in a list object.

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

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

public bool SearchListObjectFor(
	string path,
	string match
)

Parameters

path
Type: OnlineSystem String
Path to the definition of the list object. For example, /qListObjectDef.
match
Type: OnlineSystem String
Search string Wild card characters are allowed. The search is not case sensitive. Examples: P*U*: retrieves only values that start with P and contain U P U S: retrieves values that start with P, U or S

Return Value

Type: OnlineBoolean

Implements

IGenericObject SearchListObjectFor(String, String)
See Also