AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

HierarchicalModelDataSourceView..::..Select Method

Returns the root-level hierarchy nodes for data binding. Called by data-bound controls to obtain the top-level items. Each item's children are retrieved on demand via [HierarchyData{T}.GetChildren].

Namespace:  AdvantageCSP.HierarchicalModelDataSource
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public IHierarchicalEnumerable Select()

Return Value

The [HierarchicalModelList] containing root-level [HierarchyData{T}] nodes.