You are here: Understanding the Meridian object model > About the Batch object > The Batch object methods > AddDocumentToBatch method

AddDocumentToBatch method

Adds a specified document to the Batch object.

Syntax

AddDocumentToBatch(DocID As String)
Parameters

Name

Description

DocID

The DocID value of the document to add.

Remarks

Not available in the Meridian Web Client. This method is intended to be used in a custom command's Initialize event to add documents to a batch for processing.

Related concepts

About the Batch object