Click or drag to resize

ScriptContextReadDocument Method

Reads through the list of documents available to this instance.

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

Return Value

Boolean
true if a document was read; false otherwise.

Implements

IScriptContextReadDocument
See Also