Click or drag to resize

PFFieldFileHolderValueFoundExcerptKeyWords Property

Gets the searched keywords. When this value is loaded from the database with a query filtering the hosted documents with Full-Text. This property is automatically filled with the searched keywords.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public IReadOnlyList<string> FoundExcerptKeyWords { get; }

Property Value

Type: IReadOnlyListString
See Also