Click or drag to resize

PFItem_NotificationEventArgsCreate Method

Creates a new instance of the PFItem_NotificationEventArgs class.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static PFItem_NotificationEventArgs Create(
	PFUser user,
	string subject,
	string textBody,
	Html htmlBody,
	PFUserNotificationSystem notificationSystem,
	string notificationName,
	PFNotificationTriggerType notificationType
)

Parameters

user
Type: Packflow.CorePFUser
The recipient.
subject
Type: SystemString
The notification subject.
textBody
Type: SystemString
The notification body (Plain text).
htmlBody
Type: MicaSystems.UtilsHtml
The notification body (HTML).
notificationSystem
Type: Packflow.CorePFUserNotificationSystem
The notification system.
notificationName
Type: SystemString
Name of the notification.
notificationType
Type: Packflow.CorePFNotificationTriggerType
The notification type.

Return Value

Type: PFItem_NotificationEventArgs
See Also