Click or drag to resize
VersionManagerPublishAttachmentsInternal Method
Publishes the attachments for the given document.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void PublishAttachmentsInternal(
	TreeNode node,
	int versionHistoryId = 0
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node
versionHistoryId (Optional)
Type: SystemInt32
Version history for which the attachments should be published
See Also