Click or drag to resize

PFUserSiteAccess Enumeration

Identifies how the user can access the Packflow site.

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 PFUserSiteAccess
Members
  Member nameValueDescription
None0 No access authorized.
APIOnly1 Access limited to API and services, but access is denied to all pages of Packflow application sites.
Normal2 Normal access.
See Also