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: 9.0.0.0-142fa9725
Syntax
C#
DocumentItem Document { get; }

Property Value

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