Click or drag to resize
GenericObjectIndexOfDefPath Method (String)
Converts existing paths to their equivalent index values

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

Parameters

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

Return Value

Type: Int32
array with indexes to HyperCube/ListObject definitions

Implements

IGenericObjectIndexOfDefPath(String)
See Also