public HtmlElementCollection GetChildren( bool recursive )
Parameters
- recursive
Type: System.Boolean
true to returns all children of the element; otherwise, false, returns the children of the first level.
Return Value
Type: Zennolab.CommandCenter.HtmlCollection
A collection that contains all children of the html element.