setDescription
Defines the description of a mailing in Optimizely Campaign.
Type: void
Parameters
| Name | Type | Value | 
|---|---|---|
| sessionId | String | ID of the session | 
| mailingId | long | ID of the mailing | 
| Description | String | Description of the mailing | 
Return values
- 
Code structure void setDescription(String sessionId, long mailingId, String description)
Updated about 2 months ago
Next