C# Class SitecoreExtension.ChildlistField.UI.AddChildController

Helper class that handles the various dialogs used for adding a new child
Datei anzeigen Open project: 1508/SitecoreExtension-ChildlistField Class Usage Examples

Public Methods

Method Description
AddNewChild ( System.Item parentItem, System.Language lang ) : void

Entry method used to add a new child

Protected Methods

Method Description
ExecEditContentPipeline ( ClientPipelineArgs args ) : void

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

ExecNewChildPipeline ( ClientPipelineArgs args ) : void

Handles the AddChildElement dialog

Method Details

AddNewChild() public method

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

ExecEditContentPipeline() protected method

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

ExecNewChildPipeline() protected method

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