Click or drag to resize

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
C#
public enum PFDashboardScope
Members
  Member nameValueDescription
Public0 Public, can be modified by administrators and seen by everyone.
Application1 The dashboard is only visible to users having access to specific application(s) or context(s). See the PFDashboardAccesses object for more details.
Private2 Private, can be seen and modified by the creator only.
See Also