Click or drag to resize

PFNotificationPrivilegeScope Enumeration

Defines which parts of the privilege permissions must be considered.

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 PFNotificationPrivilegeScope
Members
  Member nameValueDescription
Global0 Only the global permissions.
State1 Only the current state permissions.
Both2 The permissions defined globally and for the current state
See Also