admGetNotificationSchemeByName
admGetNotificationSchemeByName
Description
Retrieves a breakdown of events and notifications for a provided notification scheme.
Parameters
Return Type
Returns an array of key/value pair representations of a notification scheme, where the key is the event name that triggers the notification and the value is a pipe (|) delimited list notification events. If the notification has a designated parameter associated to the notification, then the parameter will be added to the end of the notification type separated by a dash.
Example
string notificationSchemeName = "Default Notification Scheme";
JGeneric [] notifications = admGetNotificationSchemeByName(notificationSchemeName);
return notifications;
See also
, multiple selections available, Use left or right arrow keys to navigate selected items
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.