Click or drag to resize
VersionManagerPublishVersion Method (Int32)
Puts the specified node history version to the front DB tables.

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

Parameters

versionHistoryId
Type: SystemInt32
ID of the version history record
See Also