Click or drag to resize

IScriptContextDocument Property

Gets the active document in the list.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
DocumentItem Document { get; }

Property Value

Type: DocumentItem
The active document in the list set by the last call to ReadDocument.
See Also