Click or drag to resize

PFQueryFilter_FileEnableFullTextSearch Property

Gets or sets a value indicating whether this filter can search in the Index database for files by their content. This setting only applies when its equivalent on the PFSite AND on the PFFileHolder field is enabled.

Default value: True.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[XmlAttributeAttribute]
[DataMemberAttribute]
public bool EnableFullTextSearch { get; set; }

Property Value

Type: Boolean
See Also