Click or drag to resize

ScriptContextGetDocuments Method

Gets a new list of documents based on the documents already available in this context.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public List<DocumentItem> GetDocuments()

Return Value

ListDocumentItem
A new list of documents.

Implements

IScriptContextGetDocuments
Remarks
Each call will return a new list. Recommend using ReadDocument(DocumentItem) with Document instead. If you do use this method, you will need to update progress manually.
See Also