Returns PageNode elements that represent the immediate children of this page.
Namespace: Composite.DataAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public IEnumerable<PageNode> ChildPages { get; } |
Visual Basic |
---|
Public ReadOnly Property ChildPages As IEnumerable(Of PageNode) Get |
Visual C++ |
---|
public: property IEnumerable<PageNode^>^ ChildPages { IEnumerable<PageNode^>^ get (); } |