This type is a wrapper type of the PageDataCollection to support hierarchical data source controls.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
public class PageHierarchicalEnumerable : IHierarchicalEnumerable, 
	IEnumerable, IHierarchyParent

Remarks

Supports the PageDataSource control and provides an interface for hierarchical controls to extract hierarchical information from page data

Inheritance Hierarchy

System..::.Object
  EPiServer.Web.WebControls..::.PageHierarchicalEnumerable

See Also