IScriptContextReadDocument Method (DocumentItem) | |
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: 7.6.1.3-5cb5c356
Syntax bool ReadDocument(
DocumentItem document
)
Parameters
- document
- Type: Compiled.EDD.ScriptingDocumentItem
The document being marked was accessed.
Return Value
Type:
Booleantrue if the document is read,
false otherwise.
See Also