Queries whether the maximum number of recipients is given as a percentaged value in Episerver Campaign. This method depends on the methods setMaxRecipientsPercentage and setMaxRecipients.
Type: boolean
Parameters
Name | Type | Value |
---|---|---|
sessionId |
String |
ID of the session |
mailingId |
long |
ID of the mailing |
Return values
- true: The option Maximum number of recipients has been set as a percentaged value.
- false: The option Maximum number of recipients has not been set as a percentaged value.
Code structure
boolean isMaxRecipientsPercentage(String sessionId, long mailingId)
Do you find this information helpful? Please log in to provide feedback.
Last updated: Apr 24, 2018