C# Class RockWeb.Blocks.Cms.PageMenu

Inheritance: Rock.Web.UI.RockBlock, ISecondaryBlock
Afficher le fichier Open project: CentralAZ/Rockit-CentralAZ

Méthodes publiques

Méthode Description
SetVisible ( bool visible ) : void

Will not display the block information if it is considered a secondary block and secondary blocks are being hidden.

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.PreRender event.

PageMenu_BlockUpdated ( object sender, EventArgs e ) : void

Handles the BlockUpdated event of the PageMenu control.

Private Methods

Méthode Description
CacheKey ( ) : string
GetTemplate ( ) : Template
Render ( ) : void

Method Details

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPreRender() protected méthode

Raises the E:System.Web.UI.Control.PreRender event.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Résultat void

PageMenu_BlockUpdated() protected méthode

Handles the BlockUpdated event of the PageMenu control.
protected PageMenu_BlockUpdated ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void

SetVisible() public méthode

Will not display the block information if it is considered a secondary block and secondary blocks are being hidden.
public SetVisible ( bool visible ) : void
visible bool if set to true [visible].
Résultat void