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;