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