Click or drag to resize
DocumentHelperCopyDocumentAttachments Method
Copies attachments of the given document as temporary attachments for specified form.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static void CopyDocumentAttachments(
	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