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

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public string[] DefPathAtIndex(
	int[] indexes
)

Parameters

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

Return Value

Type: String
array of paths to HyperCube/ListObject definitions

Implements

IGenericObjectDefPathAtIndex(Int32)
See Also