Reverts the page's content to that of a given Version.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Parameters
- version
- Type: Ingeniux.CMSIPageVersion
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