Queries whether multiple recipients are contained in an unsubscribe list in Episerver Campaign.
Type: boolean[ ]
Parameters
Name | Type | Value |
---|---|---|
sessionId |
String |
ID of the session |
recipientIds |
String[ ] |
IDs of the recipients |
Return values
For each recipient:
- true: Recipient is found on at least one unsubscribe list
- false: Recipient is not found on any unsubscribe list
Code structure
boolean[] containsAll(String sessionId, String[] recipientIds)
Do you find this information helpful? Please log in to provide feedback.
Last updated: Apr 25, 2018