Click or drag to resize

IScriptContextReadDocument(DocumentItem) Method

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

Parameters

document  DocumentItem
The document being marked was accessed.

Return Value

Boolean
true if the document is read, false otherwise.
See Also