C# 클래스 RockWeb.Blocks.Cms.PageMap

상속: Rock.Web.UI.RockBlock
파일 보기 프로젝트 열기: NewSpring/Rock

보호된 메소드들

메소드 설명
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