| GenericObjectDefPathAtIndexAsync Method (Int32) | 
            Converts existing index values to their equivalent path values asyncronously
            
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic Task<string[]> DefPathAtIndexAsync(
	int[] indexes
)
Public Function DefPathAtIndexAsync ( 
	indexes As Integer()
) As Task(Of String())
Parameters
- indexes
 - Type: SystemInt32
array with indexes to HyperCube/ListObject definitions 
Return Value
Type: 
TaskStringTask that resolves an array of paths to HyperCube/ListObject definitions
Implements
IGenericObjectDefPathAtIndexAsync(Int32)
See Also