Starting with the rootNode, recursively build a list of PageInfo nodes, create PageHierarchyData objects, add them all to the PageHierarchicalEnumerable, and return the list.

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public override IHierarchicalEnumerable Select()
Visual Basic
Public Overrides Function Select As IHierarchicalEnumerable

Return Value

returnsM:DotNetNuke.UI.WebControls.NavDataSourceView.Select

Remarks