C# Class RockWeb.Blocks.Cms.PageMap

Inheritance: Rock.Web.UI.RockBlock
Show file Open project: NewSpring/Rock

Protected Methods

Method Description
CreateConfigIcon ( BlockCache block ) : string

Creates the block config icon.

CreatePageConfigIcon ( PageCache page ) : string

Creates the page configuration icon.

CreatePageCopyIcon ( PageCache page ) : string

Creates the copy icon.

CreateSecurityIcon ( int entityTypeId, int entityId, string title ) : string
OnLoad ( EventArgs e ) : void

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

PageNode ( PageCache page, List expandedPageIdList, RockContext rockContext ) : string

Adds the page nodes.

Method Details

CreateConfigIcon() protected method

Creates the block config icon.
protected CreateConfigIcon ( BlockCache block ) : string
block BlockCache The block.
return string

CreatePageConfigIcon() protected method

Creates the page configuration icon.
protected CreatePageConfigIcon ( PageCache page ) : string
page PageCache The page.
return string

CreatePageCopyIcon() protected method

Creates the copy icon.
protected CreatePageCopyIcon ( PageCache page ) : string
page PageCache
return string

CreateSecurityIcon() protected method

protected CreateSecurityIcon ( int entityTypeId, int entityId, string title ) : string
entityTypeId int
entityId int
title string
return string

OnLoad() protected method

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
return void

PageNode() protected method

Adds the page nodes.
protected PageNode ( PageCache page, List expandedPageIdList, RockContext rockContext ) : string
page PageCache The page.
expandedPageIdList List The expanded page identifier list.
rockContext Rock.Data.RockContext The rock context.
return string