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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public void PublishAttachments(
	int versionHistoryId
)

Parameters

versionHistoryId
Type: SystemInt32
Version history for which the attachments should be published.
See Also