Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

setDescription

Defines the internal description of a recipient list in Optimizely Campaign.

Type: void

Parameters

NameTypeValue
sessionIdStringID of the session
recipientListIdlongID of the recipient list
descriptionStringInternal description of the recipient list

Return values

  • Code structure

    void setDescription(String sessionId, long recipientListId, String description)