IScriptContextUpdateDocument Method |  |
Updates and commits the changes to the document.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxbool UpdateDocument(
DocumentItem document
)
Parameters
- document DocumentItem
- The document to update.
Return Value
Booleantrue if the update was successful,
false otherwise.
See Also