Click or drag to resize
ITempPageBuilderWidgetsPropagatorPropagate 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#
void Propagate(
	TreeNode page,
	Guid instanceGuid
)

Parameters

page
Type: CMS.DocumentEngineTreeNode
Page to propagate data into.
instanceGuid
Type: SystemGuid
Instance GUID of editing.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when page is null.
See Also