GenericObject GetChild Method 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 GenericObject GetChild(
	string id
)

Parameters

id
Type: OnlineSystem String
Identifier of the object This parameter is mandatory.

Return Value

Type: GenericObject

Implements

IGenericObject GetChild(String)
See Also