Click or drag to resize

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
C#
public enum PFFieldUser_UserScope
Members
  Member nameValueDescription
AllUsers0 No restriction.
Application1 Users having access to the current application.
ApplicationContext2 Users having access to the current application from the current item context.
Role3 Members of a specific role (of the current item application context).
See Also