Click or drag to resize

PFItemBatchAction_Visibility Enumeration

Specifies which users have access to a batch action of a PFItem.

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 PFItemBatchAction_Visibility
Members
  Member nameValueDescription
AllUsers0 All users registered in Packflow.
SpecificLogins1 The logins specified in the Visibility_Logins property.
ApplicationUsers2 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.

ApplicationAdmins3 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.

SiteAdmins4 The members of the SiteAdmins group.
See Also