ITempPageBuilderWidgetsPropagatorPropagate Method |
Propagates widgets and template configuration from temporary data to page data.
Namespace: CMS.DocumentEngine.PageBuilderAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax void Propagate(
TreeNode page,
Guid instanceGuid
)
Parameters
- page
- Type: CMS.DocumentEngineTreeNode
Page to propagate data into. - instanceGuid
- Type: SystemGuid
Instance GUID of editing.
Exceptions Exception | Condition |
---|
ArgumentNullException | Thrown when page is null. |
See Also