Click or drag to resize

PFJobSettingGetValues Method

Gets the current setting values.

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> GetValues()

Return Value

Type: ListPFJobSettingValue
The value(s) of the current settings
See Also