C# Класс BranchPresets.AddFromBranchPreset

Augments the functionality of Branch Templates by making any rendering data sources set in the layout on the branch that point to other children of the branch be repointed to the newly created branch item instead of the source branch item. This allows for templating including data source items using branches.
Наследование: AddFromTemplateProcessor
Показать файл Открыть проект

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

Метод Описание
Process ( AddFromTemplateArgs args ) : void

Защищенные методы

Метод Описание
RewriteBranchRenderingDataSources ( System.Item item, BranchItem branchTemplateItem ) : void

Описание методов

Process() публичный Метод

public Process ( AddFromTemplateArgs args ) : void
args AddFromTemplateArgs
Результат void

RewriteBranchRenderingDataSources() защищенный Метод

protected RewriteBranchRenderingDataSources ( System.Item item, BranchItem branchTemplateItem ) : void
item System.Item
branchTemplateItem BranchItem
Результат void