Click or drag to resize
GenericObjectIndexOfDefPathAsync Method (String)
Converts existing paths to their equivalent index values 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[] defPaths
)

Parameters

defPaths
Type: SystemString
array of paths to HyperCube/ListObject definitions

Return Value

Type: TaskInt32
Task that resolves an array with indexes to HyperCube/ListObject definitions

Implements

IGenericObjectIndexOfDefPathAsync(String)
See Also