Click or drag to resize

ScriptContextGetRemovedDocuments Method

Gets the list of documents to remove that have been flagged deleted by the script.

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

Return Value

ListDocumentItem
A list of documents marked deleted by the script.

Implements

IScriptContextGetRemovedDocuments
See Also