Click or drag to resize

PFGridViewHtmlHelper_Items.GetGroupChoiceValues 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.Generic.List<PFGroupedObjects>

Return Value

Type: Dictionary<Int64, String>
See Also