GenericObject GetChildAsync Method (String, String)Qlik Sense .NET SDK - API Reference

Returns the type of the object and the corresponding handle.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public Task<GenericObject> GetChildAsync(
	string id,
	string userHandle = null
)

Parameters

id
Type: OnlineSystem String
Identifier of the object This parameter is mandatory.
userHandle (Optional)
Type: OnlineSystem String
Handle identifier

Return Value

Type: OnlineTask GenericObject 

Implements

IGenericObject GetChildAsync(String, String)
See Also