Click or drag to resize
TempPageBuilderWidgetsPropagatorPropagate Method
Propagates widgets and template configuration from temporary data to page data.

Namespace: CMS.DocumentEngine.PageBuilder
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public virtual void Propagate(
	TreeNode page,
	Guid instanceGuid
)

Parameters

page
Type: CMS.DocumentEngineTreeNode
Page to propagate data into.
instanceGuid
Type: SystemGuid
Instance GUID of editing.

Implements

ITempPageBuilderWidgetsPropagatorPropagate(TreeNode, Guid)
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when page is null.
See Also