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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
protected virtual void PublishAttachmentsInternal(
	int versionHistoryId
)

Parameters

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