| GenericObjectIndexOfDefPath Method (String) | 
            Converts existing paths to their equivalent index values
            
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntaxpublic int[] IndexOfDefPath(
	string[] defPaths
)
Public Function IndexOfDefPath ( 
	defPaths As String()
) As Integer()
Parameters
- defPaths
 - Type: SystemString
array of paths to HyperCube/ListObject definitions 
Return Value
Type: 
Int32array with indexes to HyperCube/ListObject definitions
Implements
IGenericObjectIndexOfDefPath(String)
See Also