Click or drag to resize
TemporaryAttachmentsPropagatorPropagate Method
Propagates temporary attachments to unsorted attachments.

Namespace: CMS.DocumentEngine.PageBuilder
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public 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