Click or drag to resize

PFExternalConnection_SchemaDataType Enumeration

Identifies the metadata type of an external source and therefore compatible types of Packflow fields.

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_SchemaDataType
Members
  Member nameValueDescription
Boolean0 Can target a PFFieldBoolean.
Datetime1 Can target a PFFieldDatetime.
Numeric2 Can target a PFFieldNumeric.
File8 Can target a PFFieldFileHolder.
Text16 Can target fields of type PFFieldChoice, PFFieldNote, PFFieldText, PFFieldUrl, PFFieldUser.
See Also