Click or drag to resize

ScriptContextReadDocument Method (DocumentItem)

Marks the document as being read by the script. Primarily used for progress updates.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
public bool ReadDocument(
	DocumentItem document
)

Parameters

document
Type: Compiled.EDD.ScriptingDocumentItem
The document being marked was accessed.

Return Value

Type: Boolean
true if the document is read, false otherwise.

Implements

IScriptContextReadDocument(DocumentItem)
See Also