Web API Core | ComponentOne
C1.Web.Api.Document.Models Namespace / OutlineNode Class / Children Property

In This Topic
    Children Property
    In This Topic
    Gets the children list of the outline.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Children As List(Of OutlineNode)
    public List<OutlineNode> Children {get;}
    See Also