Click or drag to resize

PFItemHasPendingModificationsOnSynchronizedColumns Method

Determines whether at least one synchronized (with the model) data has been modified. This will always return false for an item not being synchronized with the model.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
protected bool HasPendingModificationsOnSynchronizedColumns()

Return Value

Type: Boolean
See Also