PFBeforeSaveValuesHasValueChanged Method (String, Object) |
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 public bool HasValueChanged(
string fieldName,
out Object oldValue
)
Parameters
- fieldName
- Type: SystemString
Name of the field. - oldValue
- Type: SystemObject
The old value or null if unchanged.
Return Value
Type:
Booleantrue if the value has changed otherwise,
false.
See Also