IScriptContextUpdateDocument Method | |
Updates and commits the changes to the document.
Namespace:
Compiled.EDD.Scripting
Assembly:
Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax bool UpdateDocument(
DocumentItem document
)
Parameters
- document
- Type: Compiled.EDD.ScriptingDocumentItem
The document to update.
Return Value
Type:
Booleantrue if the update was successful,
false otherwise.
See Also