Returns a category collection for the provided viewpath. If viewpath is null or an empty string the specified root category is selected.

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

Syntax

C#
protected internal virtual CategoryCollection HierarchicalSelect(
	string ViewPath
)

Parameters

ViewPath
Type: System..::.String
a string representation of the category id

Return Value

a collection of categories

See Also