Click or drag to resize
CreateSearchFieldsEventArgsSearchFields Property
List of search fields being processed to local search.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public IEnumerable<ISearchField> SearchFields { get; }

Property Value

Type: IEnumerableISearchField
See Also