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 public enum PFApplicationEventScope
Members
| Member name | Value | Description |
---|
| CurrentApplication | 0 |
Only the source application.
|
| SpecificApplications | 1 |
The list of applications specified on the PFApplicationEvent.
|
| AllApplications | 2 |
All enabled (via the corresponding setting) applications of the PFSite.
|
| AllApplicationsExceptCurrent | 3 |
All enabled (via the corresponding setting) applications of the PFSite, except the source application.
|
See Also