C# Класс RockWeb.Blocks.Cms.PageMap

Наследование: Rock.Web.UI.RockBlock
Показать файл Открыть проект

Защищенные методы

Метод Описание
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.

Описание методов

CreateConfigIcon() защищенный Метод

Creates the block config icon.
protected CreateConfigIcon ( BlockCache block ) : string
block BlockCache The block.
Результат string

CreatePageConfigIcon() защищенный Метод

Creates the page configuration icon.
protected CreatePageConfigIcon ( PageCache page ) : string
page PageCache The page.
Результат string

CreatePageCopyIcon() защищенный Метод

Creates the copy icon.
protected CreatePageCopyIcon ( PageCache page ) : string
page PageCache
Результат string

CreateSecurityIcon() защищенный Метод

protected CreateSecurityIcon ( int entityTypeId, int entityId, string title ) : string
entityTypeId int
entityId int
title string
Результат string

OnLoad() защищенный Метод

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Результат void

PageNode() защищенный Метод

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.
Результат string