Click or drag to resize

PFItemBinderSaveFieldValues Method (String, 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 void SaveFieldValues(
	string fieldName,
	Dictionary<string, Object> controlsValues
)

Parameters

fieldName
Type: SystemString
Name of the field.
controlsValues
Type: System.Collections.GenericDictionaryString, Object
Contains a value for each control of the field.
See Also