Click or drag to resize

PFViewVisibilityScope Enumeration

Identifies the rule used to know which users can access a view.

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 PFViewVisibilityScope
Members
  Member nameValueDescription
Public0 All users can access the view.
ApplicationContext1 All users having access to one or many given application contexts can access the view.
Private2 Only the creator of the view can access it.
See Also