Click or drag to resize

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
C#
public enum PFFieldUser_GroupScope
Members
  Member nameValueDescription
Site0 All groups of the site organisation (= all groups of the site, without the roles).
Application1 Groups referenced by the current application.
ApplicationContext2 Groups reference by the current application through the current item context.
Role3 Groups being members of a specific role (of the current item application context).
See Also