Click or drag to resize

PFJobInfoApplyChangesAndSave Method

Applies changes made to serialized settings to a persisted job (PFTimerJob), saves it and calls PFJob.Validate() on it. Updates source PFTimerJob if found in site's TimerJobs, or creates and saves a new one if not found.

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 ApplyChangesAndSave(
	PFSite site
)

Parameters

site
Type: Packflow.CorePFSite
The site used as a context for the PFJob.
See Also