Click or drag to resize

PFExternalConnection_SyncPermission Enumeration

Describes who can synchronize items from the UI (navigation and forms).

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 PFExternalConnection_SyncPermission
Members
  Member nameValueDescription
None0 No user can synchronize items.
Users1 All users can synchronize items.
SiteAdmins2 Synchronizations are limited to site administrators.
See Also