EMEventGetNotificationEvents Method
|
Alterian Email Manager 6.2.3 SDK Help File
Gets the list of events that can be subscribed to for notifications for a given Campaign.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static IList<EMEvent> GetNotificationEvents(
DMToken token,
int campaignID
)
Public Shared Function GetNotificationEvents (
token As DMToken,
campaignID As Integer
) As IList(Of EMEvent)
public:
static IList<EMEvent^>^ GetNotificationEvents(
DMToken^ token,
int campaignID
)
static member GetNotificationEvents :
token : DMToken *
campaignID : int -> IList<EMEvent>
DMLibrary.EMEvent.GetNotificationEvents = function(token, campaignID);
Parameters
- token
- Type: DMToken
Authentication Token - campaignID
- Type: SystemInt32
Campaign ID
Return Value
Type:
IListEMEventA collection of events for notifications.
See Also