You are here: Understanding the Meridian object model > About the Batch object > The Batch object properties > ProcessAsBatch property

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

Related concepts

About the Batch object