Click or drag to resize

PFPlugin_QueryCustomizeGroupedItemResults Method (ListPFContentType, PFQuery, ListPFGroupedObjects)

Override this method to customize (aggregated items) results of the specified query.

Namespace:  Packflow.Plugins
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public virtual IEnumerable<PFGroupedObjects> CustomizeGroupedItemResults(
	List<PFContentType> contentTypes,
	PFQuery query,
	List<PFGroupedObjects> results
)

Parameters

contentTypes
Type: System.Collections.GenericListPFContentType
query
Type: Packflow.CorePFQuery
results
Type: System.Collections.GenericListPFGroupedObjects

Return Value

Type: IEnumerablePFGroupedObjects
See Also