C# 클래스 SitecoreExtension.ChildlistField.UI.AddChildController

Helper class that handles the various dialogs used for adding a new child
파일 보기 프로젝트 열기: 1508/SitecoreExtension-ChildlistField 1 사용 예제들

공개 메소드들

메소드 설명
AddNewChild ( System.Item parentItem, System.Language lang ) : void

Entry method used to add a new child

보호된 메소드들

메소드 설명
ExecEditContentPipeline ( ClientPipelineArgs args ) : void

Handles the edit-item dialog afte the new child has been created

ExecNewChildPipeline ( ClientPipelineArgs args ) : void

Handles the AddChildElement dialog

메소드 상세

AddNewChild() 공개 메소드

Entry method used to add a new child
public AddNewChild ( System.Item parentItem, System.Language lang ) : void
parentItem System.Item
lang System.Language
리턴 void

ExecEditContentPipeline() 보호된 메소드

Handles the edit-item dialog afte the new child has been created
protected ExecEditContentPipeline ( ClientPipelineArgs args ) : void
args ClientPipelineArgs
리턴 void

ExecNewChildPipeline() 보호된 메소드

Handles the AddChildElement dialog
protected ExecNewChildPipeline ( ClientPipelineArgs args ) : void
args ClientPipelineArgs
리턴 void