Click or drag to resize

IContentItemT, TVersion, TSchema, TSchemaVersionRevertToVersion Method


Reverts the page's content to that of a given Version.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void RevertToVersion(
	TVersion version
)

Parameters

version
Type: TVersion
Version to which to revert
Remarks

If version is null, the current version, or a checked-out version, no action is taken.

If the version doesn't belong to this page, an error is thrown.

See Also