Returns the type of the object and the corresponding handle.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
public Task<GenericObject> GetChildAsync(
string id,
string userHandle = null
)
public Task<GenericObject> GetChildAsync(
string id,
string userHandle = null
)
Public Function GetChildAsync (
id As String,
Optional userHandle As String = Nothing
) As Task(Of GenericObject)
Public Function GetChildAsync (
id As String,
Optional userHandle As String = Nothing
) As Task(Of GenericObject)
Parameters
- id
- Type:
System String
Identifier of the object
This parameter is mandatory.
- userHandle (Optional)
- Type:
System String
Handle identifier
Return Value
Type:
Task GenericObject Implements
IGenericObject GetChildAsync(String, String)