IScriptContextGetNewDocuments Method |  |
Gets the list of new documents that have been created by the script.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
SyntaxList<DocumentItem> GetNewDocuments()
Return Value
ListDocumentItemA list of created documents by the script.
Remarks
See Also