BlueCielo Meridian Enterprise 2018 VBScript API Reference

ProcessAsBatch property

Set to True to indicate that the current (custom) command acts as a batch operation upon the members of the Batch object. Set to False (default) to act only upon the selected document.

Tip    Set this property to True in the DocGenericEvent_PrepareCommand event before programmatically adding documents with the Batch.AddDocuments method in a custom command's Initialize event.

Syntax

ProcessAsBatch As Boolean