Click or drag to resize

PFItemTriggerNotification Method (PFNotificationTriggerType, ListPFUser)

Triggers a notification type for this item.

IMPORTANT : This method does not support TaskAssigned as a trigger type, use TaskAssignedOnly or TaskReassignedOnly instead.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public void TriggerNotification(
	PFNotificationTriggerType triggerType,
	List<PFUser> recipients = null
)

Parameters

triggerType
Type: Packflow.CorePFNotificationTriggerType
Type of notification to trigger.
recipients (Optional)
Type: System.Collections.GenericListPFUser
If not null, will replace the default recipients of notifications.
See Also