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

Return Value

Type: Boolean
true if a document was read; false otherwise.

Implements

IScriptContextReadDocument
See Also