Click or drag to resize

PFJobSettingsAdd Method

Adds the specified setting to the collection of settings for the Job.

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 void Add(
	PFJobSetting setting
)

Parameters

setting
Type: Packflow.Core.JobsPFJobSetting
The setting.
See Also