C# 클래스 Rock.Lava.LavaHelper

파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
GetCommonMergeFields ( RockPage rockPage, Person currentPerson = null, CommonMergeFieldsOptions options = null ) : object>.Dictionary

Gets the common merge fields for Lava operations. By default it'll include CurrentPerson, Context, PageParameter, and Campuses

GetLavaCommands ( ) : List

Gets a list of custom lava commands.

GetPagePropertiesMergeObject ( RockPage rockPage ) : object>.Dictionary

Gets the page properties merge object.

메소드 상세

GetCommonMergeFields() 공개 정적인 메소드

Gets the common merge fields for Lava operations. By default it'll include CurrentPerson, Context, PageParameter, and Campuses
public static GetCommonMergeFields ( RockPage rockPage, Person currentPerson = null, CommonMergeFieldsOptions options = null ) : object>.Dictionary
rockPage Rock.Web.UI.RockPage The rock page.
currentPerson Person The current person.
options CommonMergeFieldsOptions The options.
리턴 object>.Dictionary

GetLavaCommands() 공개 정적인 메소드

Gets a list of custom lava commands.
public static GetLavaCommands ( ) : List
리턴 List

GetPagePropertiesMergeObject() 공개 정적인 메소드

Gets the page properties merge object.
public static GetPagePropertiesMergeObject ( RockPage rockPage ) : object>.Dictionary
rockPage Rock.Web.UI.RockPage The rock page.
리턴 object>.Dictionary