Click or drag to resize

PFItemBinderSaveFieldValues Method (PFField, DictionaryString, Object)

Applies the posted values in the PFItem.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public virtual void SaveFieldValues(
	PFField field,
	Dictionary<string, Object> controlsValues
)

Parameters

field
Type: Packflow.CorePFField
The field.
controlsValues
Type: System.Collections.GenericDictionaryString, Object
Contains a value for each control of the field.
Exceptions
ExceptionCondition
ValidationException
See Also