Arbortext Command Language > Repository API > autosave
  
autosave
autosave (docid)
The ACL function registered for this event will be called if the autosave preference has been selected in Arbortext Editor. The autosave callback must be provided in order for autosave to include repository objects.
docid — the document id
The autosave callback returns the following integer values:
0 — the object has not been autosaved
anything other than 0 — the object has been autosaved
Related Topics
Repository API callback functions