C# Class SitecoreExtension.ChildlistField.UI.AddChildController

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

Méthodes publiques

Méthode Description
AddNewChild ( System.Item parentItem, System.Language lang ) : void

Entry method used to add a new child

Méthodes protégées

Méthode 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 méthode

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

ExecEditContentPipeline() protected méthode

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

ExecNewChildPipeline() protected méthode

Handles the AddChildElement dialog
protected ExecNewChildPipeline ( ClientPipelineArgs args ) : void
args ClientPipelineArgs
Résultat void