Skip to main content
.NET 8.0+

FilterController.GetFullTextSearchProperties() Method

Returns properties scanned by the FullTextSearch Action (property selection is based on the FilterController.FullTextSearchTargetPropertiesMode property value).

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v25.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ICollection<string> GetFullTextSearchProperties()

Returns

Type Description
ICollection<String>

An ICollection\<String> object that specifies properties scanned by the FullTextSearch Action.

Remarks

Use this method when you handle the FilterController.CustomGetFullTextSearchProperties event. The method helps you determine properties used in search operations.

See Also