Click or drag to resize

IScriptContextGetNewDocuments Method

Gets the list of new documents that have been created by the script.

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

Return Value

ListDocumentItem
A list of created documents by the script.
Remarks
Calling GetNewDocument(String) is not enough to create a document. You need to call CreateDocument(DocumentItem) after getting the new document to add it to this list.
See Also