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

Inheritance: BaseNavHeaded
Afficher le fichier Open project: ninianne98/CarrotCakeCMS

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ChildNavigation ( ) : System

Méthodes protégées

Méthode Description
GetParent ( System.Guid rootContentID ) : SiteNav
LoadData ( ) : void
OnPreRender ( System e ) : void

Method Details

ChildNavigation() public méthode

public ChildNavigation ( ) : System
Résultat System

GetParent() protected méthode

protected GetParent ( System.Guid rootContentID ) : SiteNav
rootContentID System.Guid
Résultat Carrotware.CMS.Core.SiteNav

LoadData() protected méthode

protected LoadData ( ) : void
Résultat void

OnPreRender() protected méthode

protected OnPreRender ( System e ) : void
e System
Résultat void