Queries all recipients that are contained in a specific recipient list in Episerver Campaign. This method can be replaced by the .NET replacement method getAllFlat.
Type: String[ ] [ ]
Parameters
Name | Type | Value |
---|---|---|
sessionId |
String |
ID of the session |
recipientListId |
long |
ID of the recipient list |
attributeNames |
String[ ] |
Names of the fields, whose recipient data shall be queried |
Return values
All recipients that are contained in the recipient list
Code structure
String[][] getAll(String sessionId, long recipientListId, String[] attributeNames)
Do you find this information helpful? Please log in to provide feedback.
Last updated: Apr 25, 2018