This method modifies an existing campaign within the DeltaV Campaign Manager. The method returns void. Its signature is:
void ModifyCampaign( string nodeName, CampaignInfo campaignInfo, bool changeModeToManual, bool revertToPrevMode, UserInfo userInfo );
Parameters for this method are shown in the following table.
Parameter |
Description |
Type |
Valid Input |
|---|---|---|---|
nodeName |
The DeltaV node where the Campaign Manager server is located |
String |
Name of node |
campaignInfo |
Settings for the campaign to be created |
CampaignInfo |
CampaignInfo instance |
changeModeToManual |
Change the campaign execution mode to Manual to allow modifications. |
Boolean |
True = change mode False = do not change mode |
revertToPrevMode |
Revert to the previous execution mode after changes are applied |
Boolean |
True = revert to previous mode False = do not revert |
userInfo |
Credentials of the user. Can be null if not required |
UserInfo |
UserInfo instance or null |