![MACROMEDIA CONTRIBUTE 3-CONTRIBUTE PUBLISHING SERVER Скачать руководство пользователя страница 26](http://html1.mh-extra.com/html/macromedia/contribute-3-contribute-publishing-server/contribute-3-contribute-publishing-server_manual_3312842026.webp)
26
Chapter 2: Extending Contribute Publishing Server
inboxEdit
Description
Invoked when a user initiates an edit on a draft in his or her mailbox.
Arguments
location
,
user
,
draftLocation
The
location
argument is a Location object that specifies the target location of the file being
edited.
The
user
argument is a User object that describes the user who is editing the draft.
The
draftLocation
argument is a Location object that specifies the location of the temporary
draft that is has been sent for review.
makeDirectory
Description
Invoked when a user creates a site directory.
Arguments
location
,
user
The
location
argument is a Location object that specifies the location of the site.
The
user
argument is the name of the person who requests creation of the directory.
publish
Description
Invoked when a user publishes a page to the website.
Arguments
location
,
user
,
dependents
The
location
argument is a Location object that specifies the file to be published.
The
user
argument is a User object that describes the person who is publishing the web page.
The
dependents
argument
is a list of Location objects that specify any supplementary files, such
as images, that are being published along with the document.
removeDirectory
Description
Invoked when a user deletes a site directory.
Arguments
location
,
user