Click or drag to resize

PFItemDataCollectionGetSavedValueObject Method (PFField)

Gets a field's value at its state when loaded from the database, without taking into account the changes since.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public Object GetSavedValueObject(
	PFField field
)

Parameters

field
Type: Packflow.CorePFField
Field of the wanted value.

Return Value

Type: Object
See Also