Click or drag to resize

PFBeforeSaveValuesHasValueChanged Method (String)

Determines whether the value of the specified field has changed.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public bool HasValueChanged(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Name of the field.

Return Value

Type: Boolean
true if the value has changed otherwise, false.
See Also