Click or drag to resize
VersionManagerRollbackVersionInternal Method
Adds specified earlier version to the top of the version history.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual int RollbackVersionInternal(
	int versionHistoryId
)

Parameters

versionHistoryId
Type: SystemInt32
Version history ID

Return Value

Type: Int32
Returns new version history ID
See Also