User Guide

28 Chapter 2: Extending Contribute Publishing Server
The draftLocation is a Location object that specifies the location of the temporary file
containing the edited version of the page.
undoCheckOut
Description
Invoked when an administrator deletes from review in the Manage Draft panel a draft that has
been sent for review.
Arguments
location, user, draftLocation
The location argument is a Location object that specifies the file for which the checkout is to be
undone.
The
user is a User object that describes the user who is undoing the checkout.
The
draftLocation argument is a list of Location objects that specifies the WIP version of the
draft.
undoSend
Description
Invoked when a user clicks the Undo Send button on a draft sent for review.
Arguments
location, user, draftLocation
The location argument is a Location object that specifies the file sent for review.
The
user argument is a User object that describes the user who is undoing the action of sending
the document.
The
draftLocation argument is a Location object that specifies the location of the WIP version
of the draft.