Click or drag to resize
IGenericObjectIndexOfDefPathAsync 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
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
See Also