IContentItemUndoCheckOut Method |
Namespace: Ingeniux.CMS
[Missing <returns> documentation for "M:Ingeniux.CMS.IContentItem.UndoCheckOut(System.Boolean)"]
If page wasn't checked out, nothing will happen.
The current user must have permission to check in and check out pages. Otherwise, an error will be thrown.
The current user must have Full Access to this page. Otherwise, an error will be thrown.
If the page is not assigned to the current user and the current user doesn't have the right to check in other users' pages, an error will be thrown.
Two events are fired during execution of this method: BeforePageUndoCheckOut and AfterPageUndoCheckOut.