Click or drag to resize

PFPlugin_Query.CustomizeGroupedItemResults Method (PFContentType, PFQuery, List<PFGroupedObjects>, PFQuery_ItemRelationContext)

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(
	PFContentType contentType,
	PFQuery query,
	List<PFGroupedObjects> results,
	PFQuery_ItemRelationContext relationContext = null
)

Parameters

contentType
Type: Packflow.Core.PFContentType
query
Type: Packflow.Core.PFQuery
results
Type: System.Collections.Generic.List<PFGroupedObjects>
relationContext (Optional)
Type: Packflow.Core.PFQuery_ItemRelationContext

Return Value

Type: IEnumerable<PFGroupedObjects>
See Also