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 public bool HasValueChanged(
string fieldName
)
Parameters
- fieldName
- Type: SystemString
Name of the field.
Return Value
Type:
Booleantrue if the value has changed otherwise,
false.
See Also