IPageRollback Method Ingeniux CMS Content Store API

Reverts a page's content to that of its latest previous Version.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

void Rollback()
Remarks

If the page was never checked in before, an error will be thrown.

This method can be called on both checked-in and checked-out pages. Either way, after executing the method, the page will in the checked in state.

Two events are fired during execution of this method: "BeforePageRollback" and "AfterPageRollback"

See Also

Reference