TemporaryAttachmentsPropagatorPropagate Method |
Propagates temporary attachments to unsorted attachments.
Namespace: CMS.DocumentEngine.PageBuilderAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax 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 Exception | Condition |
---|
ArgumentNullException | Thrown when page is null. |
See Also