C# Class RockWeb.Blocks.Cms.SiteMap

Inheritance: Rock.Web.UI.RockBlock
Show file Open project: CentralAZ/Rockit-CentralAZ

Protected Methods

Method Description
CreateConfigIcon ( Rock.Web.UI.Block block ) : string

Creates the block config icon.

OnInit ( EventArgs e ) : void

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

PageNode ( Rock.Web.UI.Page page, List expandedPageIdList ) : string

Adds the page nodes.

Method Details

CreateConfigIcon() protected method

Creates the block config icon.
protected CreateConfigIcon ( Rock.Web.UI.Block block ) : string
block Rock.Web.UI.Block The block.
return string

OnInit() protected method

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
return void

PageNode() protected method

Adds the page nodes.
protected PageNode ( Rock.Web.UI.Page page, List expandedPageIdList ) : string
page Rock.Web.UI.Page The page.
expandedPageIdList List
return string