C# Класс SitecoreExtension.ChildlistField.UI.AddChildController

Helper class that handles the various dialogs used for adding a new child
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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