PFDashboardScope Enumeration |
Describes how a dashboard can be used or modified.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public enum PFDashboardScope
Members
| Member name | Value | Description |
---|
| Public | 0 |
Public, can be modified by administrators and seen by everyone.
|
| Application | 1 |
The dashboard is only visible to users having access to specific application(s) or context(s).
See the PFDashboardAccesses object for more details.
|
| Private | 2 |
Private, can be seen and modified by the creator only.
|
See Also