Click or drag to resize
VersionManagerEnsureVersionAttachmentsInternal Method
Ensures that the document attachments are present within the AttachmentHistory table.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void EnsureVersionAttachmentsInternal(
	TreeNode node
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node
See Also