Click or drag to resize
DocumentHelperCopyAttachmentsAsTemporary Method
Copies unsorted and grouped attachments of the given document as temporary attachments for specified form.

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