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

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
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