Click or drag to resize

PFGridViewHtmlHelper_ItemsGetGroupChoiceValues Method

Gets the text values representing each group of the specified list.

This executes a query.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected Dictionary<long, string> GetGroupChoiceValues(
	List<PFGroupedObjects> results
)

Parameters

results
Type: System.Collections.GenericListPFGroupedObjects

Return Value

Type: DictionaryInt64, String
See Also