Click or drag to resize

PFUserNotificationSystem Enumeration

Identifies the system that must be used to send notifications.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum PFUserNotificationSystem
Members
  Member nameValueDescription
Default0 Use the parent setting (Modeling - User - Site).
PACKflow1 Use the notification system of Packflow.
Email2 Send an email.
Both3 Send an email and a Packflow notification.
See Also