Click or drag to resize
GenericObjectDefPathAtIndexAsync Method (Int32)
Converts existing index values to their equivalent path values asyncronously

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