Click or drag to resize
GenericObjectDefPathAtIndexAsync Method (Int32)
Converts existing index values to their equivalent path 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<string[]> DefPathAtIndexAsync(
	int[] indexes
)

Parameters

indexes
Type: SystemInt32
array with indexes to HyperCube/ListObject definitions

Return Value

Type: TaskString
Task that resolves an array of paths to HyperCube/ListObject definitions

Implements

IGenericObjectDefPathAtIndexAsync(Int32)
See Also