DocumentHelperCopyAttachmentsAsTemporary Method |
Copies unsorted and grouped attachments of the given document as temporary attachments for specified form.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public static void CopyAttachmentsAsTemporary(
TreeNode node,
Guid formGuid,
string siteName
)
Parameters
- node
- Type: CMS.DocumentEngineTreeNode
Original document node - formGuid
- Type: SystemGuid
Form GUID - siteName
- Type: SystemString
Name of the site
Remarks This method is intended to be used only during new culture version of the document creation.
See Also