IScriptContextGetRemovedDocuments Method | |
Gets the list of documents that have been marked as removed 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> GetRemovedDocuments()
Return Value
Type:
ListDocumentItemA list of documents marked as removed by the script.
See Also