Click or drag to resize
VersionManager.PublishVersion Method (Int32, Boolean)
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,
	bool checkPublish
)

Parameters

versionHistoryId
Type: System.Int32
ID of the version history record
checkPublish
Type: System.Boolean
If true, the ToBePublished item is checked to find out whether to publish or not
See Also