C# Class EPiUtilities.WebControls.BreadCrumbsMenu

Inheritance: EPiUtilities.WebControls.BaseClasses.TemplatedSelectedPageDataItemListControlBase
Mostrar archivo Open project: JohannesOstensjo/EPiUtilities

Protected Methods

Method Description
OnPreRender ( EventArgs e ) : void

Override which creates and adds the content of the control.

Private Methods

Method Description
AddParentIfRequired ( System.PageData child, PageDataCollection items ) : void
GetItems ( ) : PageDataCollection

Method Details

OnPreRender() protected method

Override which creates and adds the content of the control.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void