ChildListDef ClassQlik Sense .NET SDK - API Reference
Lists the children of a sheet or a story. What is defined in ChildListDef has an impact on what the GetLayout method returns. For example, if when creating a sheet, you define in ChildListDef the paths to ListObjectDef and HyperCubeDef, you will get the list of list objects, charts and tables that are inside the sheet.
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem.Dynamic DynamicObject
    Qlik.Engine DynamicJson
      Qlik.Engine ChildListDef
        Qlik.Sense.Client.Storytelling SlideChildListDef
        Qlik.Sense.Client.Storytelling StoryChildListDef
        Qlik.Sense.Client.Visualizations FilterpaneListboxObjectViewListDef

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

public class ChildListDef : DynamicJson, 
	IChildListDef
See Also