Click or drag to resize

PFJobInfoApplyChanges Method

Applies changes made to serialized settings to a new PFJob instance, and calls PFJob.Validate() on it.; Validation Message property will be updated with eventual validation exception messages.

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

Parameters

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