Arbortext Command Language > Repository API > preburst
  
preburst
preburst (doc)
This callback is invoked immediately before a document is burst. Bursting may occur when a document is imported, saved, or checked in, depending on the repository adapter's bursting policy. The preburst() callback may not perform the bursting itself. The doc parameter specifies the document identifier for the document to burst.
preburst() returns the following integer values:
0 — The burst can proceed.
< 0 — An error has occurred.
Related Topics
Repository API callback functions
postburst