save
save(dobj, first, last, opts, ud)
This callback corresponds to the
dobj_save function and saves a document.
• dobj — an ACL document object handle for the document object to save
• first — the object ID (oid) of the first object in the document
• last — the object ID (oid) of the last object in the document
• opts — a complete list of the available bitmask options is available in the
dobj_save help topic
• ud — user defined information; strings must match the adapter encoding
The save callback returns the following integer values:
• less than 0 — an error has occurred
• 0 — the normal save should proceed
• greater than 0 — the callback succeeded and has returned the docobj
Related Topics