PFPluginSettingType Enumeration |
Namespace: Packflow.Plugins
[DataContractAttribute] [FlagsAttribute] public enum PFPluginSettingType
Member name | Value | Description | |
---|---|---|---|
Boolean | 0 | Boolean. | |
Integer | 1 | Int32. | |
Double | 2 | Double. | |
Text | 3 | String. | |
Enum | 4 | Enum. | |
Choice | 5 | Choice. |