Campaign Manager API

ModifyBatch

This method modifies the recipe of a batch. Its signature is:

void ModifyBatch(
   string cmServer,
   string campaignID,
   BatchInfo batchInfo,
   UserInfo userInfo
);

Method Parameters

Parameters for this method are shown in the following table.

Parameter

Description

Type

Valid Input

cmServer

The DeltaV node where the Campaign Manager server is located

String

Name of node 

campaignID

Name of the campaign

String

Campaign node

batchInfo

Batch information containing the recipe details

BatchInfo

BatchInfo instance

userInfo

Credentials of the user. Can be null if not required

UserInfo

UserInfo instance or null