PFItemTriggerNotification Method (String, ListPFUser) |
Triggers a notification based on a name.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public void TriggerNotification(
string customEventName,
List<PFUser> recipients = null
)
Parameters
- customEventName
- Type: SystemString
Name of the event in the modeling. - recipients (Optional)
- Type: System.Collections.GenericListPFUser
If not null, will replace the default recipients of notifications.
See Also