Click or drag to resize

PFApplicationEventScope Enumeration

Describes which applications will receive an event triggered on an application.

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 PFApplicationEventScope
Members
  Member nameValueDescription
CurrentApplication0 Only the source application.
SpecificApplications1 The list of applications specified on the PFApplicationEvent.
AllApplications2 All enabled (via the corresponding setting) applications of the PFSite.
AllApplicationsExceptCurrent3 All enabled (via the corresponding setting) applications of the PFSite, except the source application.
See Also