Click or drag to resize

PFFieldGroupFieldsValues Method

Groups posted values by field for each control in form.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static Dictionary<string, Dictionary<string, Object>> GroupFieldsValues(
	PFContentType contentType,
	long uniqueId,
	Dictionary<string, Object> values
)

Parameters

contentType
Type: Packflow.CorePFContentType
Parent content-type of posted values.
uniqueId
Type: SystemInt64
PFItem id.
values
Type: System.Collections.GenericDictionaryString, Object
Controls names and values received from forms post.

Return Value

Type: DictionaryString, DictionaryString, Object
FieldName/ControlName/ControlValue
See Also