Click or drag to resize
GenericObjectIndexOfDefPathAsync Method (String)
Converts an existing path to its equivalent index value asynchronously

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public Task<int> IndexOfDefPathAsync(
	string defPath
)

Parameters

defPath
Type: SystemString
path to HyperCube/ListObject definition

Return Value

Type: TaskInt32
Task that resolves the index to HyperCube/ListObject definition

Implements

IGenericObjectIndexOfDefPathAsync(String)
See Also