Click or drag to resize

PFPlugin_QueryCustomizeGroupedItemResults Method (PFContentType, PFQuery, ListPFGroupedObjects, 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.CorePFContentType
query
Type: Packflow.CorePFQuery
results
Type: System.Collections.GenericListPFGroupedObjects
relationContext (Optional)
Type: Packflow.CorePFQuery_ItemRelationContext

Return Value

Type: IEnumerablePFGroupedObjects
See Also