This method adds a comment to the campaign. The method returns void. Its signature is:
void AddUserComment( 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 |
String |
An existing campaign |
comments |
Comment to add to the campaign |
String |
String up to 250 characters |
userInfo |
Credentials of the user. Can be null if not required |
UserInfo |
UserInfo instance or null |