Queries the attributes defined by the parameter attributeNames in Episerver Campaign.
Type: String[ ]
Parameters
Name | Type | Value |
---|---|---|
sessionId |
String |
ID of the session |
recipientListId |
long |
ID of the recipient list |
recipientId |
String |
ID of the recipient |
attributeNames |
String[ ] |
Field names (e.g., firstname, lastname etc.) |
Return values: Attribute values according to the given attribute names. Each entry is formatted according to the Type conversion and formatting rules.
Code structure
String[] getAttributes(String sessionId, long recipientListId, String recipientId, String[] attributeNames)
Do you find this information helpful? Please log in to provide feedback.
Last updated: Apr 25, 2018