IScriptContextGetRemovedDocuments Method |  |
Gets the list of documents that have been marked as removed by the script.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
SyntaxList<DocumentItem> GetRemovedDocuments()
Return Value
ListDocumentItemA list of documents marked as removed by the script.
See Also