ListNotificationInterests()
List Notification Interests.
Namespace: Pipes.PlumbingAssembly: Pipes in (Pipes.dll)
Syntax
C#
public string[] ListNotificationInterests()
Returns
String
string array of notifications
Remarks
Returns the notification interests for this base class. Override in subclass and call super.listNotificationIntereststo get this list, then add any sublcass interests to the array before returning.