Click or drag to resize

PFPlugin_QueryCustomizeItemResults Method (ListPFContentType, PFQuery, ListPFItem)

Override this method to customize (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<PFItem> CustomizeItemResults(
	List<PFContentType> contentTypes,
	PFQuery query,
	List<PFItem> results
)

Parameters

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

Return Value

Type: IEnumerablePFItem
See Also