Click or drag to resize

ScriptContextUpdateDocument Method

Marks the document as having changes and updates the progress.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public bool UpdateDocument(
	DocumentItem document
)

Parameters

document  DocumentItem
The document to change/update.

Return Value

Boolean
true if update successful; otherwise false.

Implements

IScriptContextUpdateDocument(DocumentItem)
See Also