C# Class RockWeb.Blocks.Cms.PageMap

Inheritance: Rock.Web.UI.RockBlock
Afficher le fichier Open project: NewSpring/Rock

Méthodes protégées

Méthode 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 méthode

Creates the block config icon.
protected CreateConfigIcon ( BlockCache block ) : string
block BlockCache The block.
Résultat string

CreatePageConfigIcon() protected méthode

Creates the page configuration icon.
protected CreatePageConfigIcon ( PageCache page ) : string
page PageCache The page.
Résultat string

CreatePageCopyIcon() protected méthode

Creates the copy icon.
protected CreatePageCopyIcon ( PageCache page ) : string
page PageCache
Résultat string

CreateSecurityIcon() protected méthode

protected CreateSecurityIcon ( int entityTypeId, int entityId, string title ) : string
entityTypeId int
entityId int
title string
Résultat string

OnLoad() protected méthode

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

PageNode() protected méthode

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.
Résultat string