Click or drag to resize

PFPluginSettingType Enumeration

Identifies the type of a plugin's setting.

Namespace:  Packflow.Plugins
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[DataContractAttribute]
[FlagsAttribute]
public enum PFPluginSettingType
Members
  Member nameValueDescription
Boolean0 Boolean.
Integer1 Int32.
Double2 Double.
Text3 String.
Enum4 Enum.
Choice5 Choice.
See Also