Click or drag to resize

PFNotificationUsersScope Enumeration

Defines how the list of notified users is filled when a notification event is triggered.

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 PFNotificationUsersScope
Members
  Member nameValueDescription
Privilege0 The list is based on users found in a given privilege.
Custom1 The list is based on a list of user columns and roles.
See Also