Click or drag to resize

PFPlugin_ViewCustomizeQuickSearchFields Method

Override this method to customize the list of fields filtering during quick searches on the specified view.

Note : returned fields must be common to all content-types and filterable with a text.

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 List<PFField> CustomizeQuickSearchFields(
	PFView view,
	List<PFField> fields
)

Parameters

view
Type: Packflow.CorePFView
The view.
fields
Type: System.Collections.GenericListPFField
The fields being filtered in the view.

Return Value

Type: ListPFField
See Also