Performs the selection of pages based on the viewPath parameter.
Namespace:
EPiServer.Web.WebControlsAssembly: EPiServer.Web.WebControls (in EPiServer.Web.WebControls.dll) Version: 6.0.530.0
Syntax
| C# |
|---|
public virtual PageHierarchicalEnumerable HierarchicalSelect( string viewPath ) |
Parameters
- viewPath
- Type: System..::.String
The hierarchical path of the node to enumerate.
Return Value
An IHierarchicalEnumerable representing the child structure of the specified path.
Remarks
Override this method to implement custom hierarchical behavior.