Click or drag to resize

IScriptContextGetDocuments Method

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

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
List<DocumentItem> GetDocuments()

Return Value

Type: ListDocumentItem
A list of documents.
See Also