Click or drag to resize

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
C#
bool UpdateDocument(
	DocumentItem document
)

Parameters

document
Type: Compiled.EDD.ScriptingDocumentItem
The document to update.

Return Value

Type: Boolean
true if the update was successful, false otherwise.
See Also