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: 7.6.1.3-5cb5c356
Syntax List<DocumentItem> GetNewDocuments()
Return Value
Type:
ListDocumentItemA list of created documents by the script.
Remarks See Also