Click or drag to resize

PFPlugin_QueryCustomizeItemResults Method (PFContentType, PFQuery, ListPFItem, PFQuery_ItemRelationContext)

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

Parameters

contentType
Type: Packflow.CorePFContentType
query
Type: Packflow.CorePFQuery
results
Type: System.Collections.GenericListPFItem
relationContext (Optional)
Type: Packflow.CorePFQuery_ItemRelationContext

Return Value

Type: IEnumerablePFItem
See Also