This method removes a campaign from the campaign list. The method returns void. Its signature is:
void RemoveCampaign( string nodeName, string campaignID, string comments, 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 |
campaignID |
Name of the campaign to be removed |
String |
Campaign name |
comments |
Any comment |
String |
Any string |
userInfo |
Credentials of the user. Can be null if not required |
UserInfo |
UserInfo instance or null |