Queries the IDs of all split mailings which are assigned to a specific master mailing in Episerver Campaign.
Type: long[ ]
Parameters
Name | Type | Value |
---|---|---|
sessionId |
String |
ID of the session |
mailingId |
long |
ID of the master mailing |
Return values
IDs of all split mailings assigned to the master mailing.
If no split mailings are found, NULL is returned.
Code structure
long[] getSplitChildIds(String sessionId, long mailingId)
Do you find this information helpful? Please log in to provide feedback.
Last updated: Apr 25, 2018