PFFieldUser_UserScope Enumeration |
Specifies the scope of users available for selection.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public enum PFFieldUser_UserScope
Members
| Member name | Value | Description |
---|
| AllUsers | 0 |
No restriction.
|
| Application | 1 |
Users having access to the current application.
|
| ApplicationContext | 2 |
Users having access to the current application from the current item context.
|
| Role | 3 |
Members of a specific role (of the current item application context).
|
See Also