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
파일 보기 프로젝트 열기: kamsar/BranchPresets

공개 메소드들

메소드 설명
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