User Guide

Web service methods 25
The draftLocation argument is a Location object that specifies the location of the temporary
file containing the edited version of the page.
changeOwner
Description
Invoked when an administrator clicks the Change Owner button in the Managed Drafts panel.
Arguments
location, user, draftLocation, recipient, comments
The location argument is a Location object that specifies the file on which to change ownership.
The
user argument is a User object that describes the administrator changing ownership of the
document.
The
draftLocation argument is a Location object that specifies the location of the temporary
file containing the edited version of the page.
The
recipient argument is an array of User objects that specifies the users who received the
draft for review.
The
comments argument is a string that contains any comments regarding the document for
review.
delete
Description
Invoked when a user selects File > Actions > Delete Page.
Arguments
location
, user
The location argument is a Location object that specifies the file that is being deleted.
The
user argument is a User object that specifies the person who is deleting the file.
edit
Description
Invoked when the user clicks the Edit button in the toolbar.
Arguments
location, user
The location argument is a Location object that specifies the file to be edited.
The
user argument is a User object that identifies the user who is editing the page.