Click or drag to resize

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
C#
public List<PFJobSettingValue> GetChoicesForSetting(
	string parameterName
)

Parameters

parameterName
Type: SystemString
Name of the parameter.

Return Value

Type: ListPFJobSettingValue
See Also