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: 7.6.1.3-5cb5c356
Syntax
C#
public bool UpdateDocument(
	DocumentItem document
)

Parameters

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

Return Value

Type: Boolean
true if update successful; otherwise false.

Implements

IScriptContextUpdateDocument(DocumentItem)
See Also