PFFieldUser_GroupScope Enumeration |
Specifies the scope of groups 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_GroupScope
Members
| Member name | Value | Description |
---|
| Site | 0 |
All groups of the site organisation (= all groups of the site, without the roles).
|
| Application | 1 |
Groups referenced by the current application.
|
| ApplicationContext | 2 |
Groups reference by the current application through the current item context.
|
| Role | 3 |
Groups being members of a specific role (of the current item application context).
|
See Also