PFPluginSettingChoices Property |
Gets the setting's possible values. Contains null if not applicable.
Namespace:
Packflow.Plugins
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public List<Tuple<long, string>> Choices { get; }
Property Value
Type:
ListTupleInt64,
StringSee Also