Expand tree node, will automatically expand all parent nodes up to root page.

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

Syntax

C#
public virtual void Expand(
	PageReference openPage
)

Parameters

openPage
Type: EPiServer.Core..::.PageReference
Page node to expand.

See Also