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: 7.6.1.3-5cb5c356
Syntax
C#
public List<DocumentItem> GetDocuments()

Return Value

Type: 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