GenericObjectDefPathAtIndexAsync Method (Int32) |
Converts an existing index to its equivalent path value asyncronously
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public Task<string> DefPathAtIndexAsync(
int index
)
Public Function DefPathAtIndexAsync (
index As Integer
) As Task(Of String)
Parameters
- index
- Type: SystemInt32
index to HyperCube/ListObject definition
Return Value
Type:
TaskStringTask that resolves a path to HyperCube/ListObject definition
Implements
IGenericObjectDefPathAtIndexAsync(Int32)See Also