Adds multiple entries to the blacklist in Episerver Campaign. See also add.
Type: void
Parameters
Name | Type | Value |
---|---|---|
sessionId |
String |
ID of the session |
entry |
String[ ] |
Entries (for example, email addresses) to be blacklisted (can contain wildcards like ? or *) |
reason |
String[ ] |
Reasons for each blacklist entry (optional) |
Return values
-
Code structure
void addAll(String sessionId, String[] entries, String[] reasons)
Do you find this information helpful? Please log in to provide feedback.
Last updated: Apr 24, 2018