Click or drag to resize

PFViewGetQuickSearchFields Method

Gets the list of fields filtered during quick searches on this view.

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

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public virtual List<PFField> GetQuickSearchFields()

Return Value

Type: ListPFField
See Also