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: 9.0.0.0-142fa9725
Syntax
C#
bool UpdateDocument(
	DocumentItem document
)

Parameters

document  DocumentItem
The document to update.

Return Value

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