PFJobGetChoicesForSetting Method |
Gets the possible choices for given setting (or parameter).
Namespace:
Packflow.Core.Jobs
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public List<PFJobSettingValue> GetChoicesForSetting(
string parameterName
)
Parameters
- parameterName
- Type: SystemString
Name of the parameter.
Return Value
Type:
ListPFJobSettingValueSee Also