C# Class Carrotware.CMS.UI.Controls.ChildNavigation

Inheritance: BaseNavHeaded
Show file Open project: ninianne98/CarrotCakeCMS

Private Properties

Property Type Description

Public Methods

Method Description
ChildNavigation ( ) : System

Protected Methods

Method Description
GetParent ( System.Guid rootContentID ) : SiteNav
LoadData ( ) : void
OnPreRender ( System e ) : void

Method Details

ChildNavigation() public method

public ChildNavigation ( ) : System
return System

GetParent() protected method

protected GetParent ( System.Guid rootContentID ) : SiteNav
rootContentID System.Guid
return Carrotware.CMS.Core.SiteNav

LoadData() protected method

protected LoadData ( ) : void
return void

OnPreRender() protected method

protected OnPreRender ( System e ) : void
e System
return void