PFItemBatchAction_Visibility Enumeration |
Namespace: Packflow.Core
public enum PFItemBatchAction_Visibility
Member name | Value | Description | |
---|---|---|---|
AllUsers | 0 | All users registered in Packflow. | |
SpecificLogins | 1 | The logins specified in the Visibility_Logins property. | |
ApplicationUsers | 2 |
The users included in at least one role of the current application.
Note: to execute the action on a PFItem, the user must have access to the corresponding application context. | |
ApplicationAdmins | 3 |
The users included in the admin role of the current application.
Note: to execute the action on a PFItem, the user must have access to the corresponding application context. | |
SiteAdmins | 4 | The members of the SiteAdmins group. |