Click or drag to resize
DocumentHelperUpdateAttachment Method (TreeNode, AttachmentInfo, TreeProvider)
Updates the document attachment

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static void UpdateAttachment(
	TreeNode node,
	AttachmentInfo attachmentInfo,
	TreeProvider tree
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node
attachmentInfo
Type: CMS.DocumentEngineAttachmentInfo
Attachment to update
tree
Type: CMS.DocumentEngineTreeProvider
Tree provider to use
See Also