GenericObjectIndexOfDefPathAsync Method (String) |
Converts an existing path to its equivalent index value asyncronously
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public Task<int> IndexOfDefPathAsync(
string defPath
)
Public Function IndexOfDefPathAsync (
defPath As String
) As Task(Of Integer)
Parameters
- defPath
- Type: SystemString
path to HyperCube/ListObject definition
Return Value
Type:
TaskInt32Task that resolves the index to HyperCube/ListObject definition
Implements
IGenericObjectIndexOfDefPathAsync(String)See Also