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