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 public enum PFViewVisibilityScope
Members
| Member name | Value | Description |
---|
| Public | 0 |
All users can access the view.
|
| ApplicationContext | 1 |
All users having access to one or many given application contexts can access the view.
|
| Private | 2 |
Only the creator of the view can access it.
|
See Also