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

isDefaultRecipientFilterEnabled

Queries whether the default target group is used for a mailing in Optimizely Campaign.

Type: boolean

Parameters

NameTypeValue
sessionIdStringID of the session
mailingIdlongID of the mailing

Return values

  • true: Default target group is used for the mailing
  • false: Default target group is not used for the mailing

Code structure

boolean isDefaultRecipientFilterEnabled(String sessionId, long mailingId)