Click or drag to resize

PFWidget_QuickAccessQuery Property

Gets or sets the query used to filter elements displayed in the quick access area.

Some restrictions will be applied :

-results limit cannot exceed 50

-groups and aggregations will be disabled

-field mode will be set to Custom

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public PFQuery Query { get; set; }

Property Value

Type: PFQuery
See Also