Click or drag to resize
CreateSearchFieldsEventArgsFields Property
Search index fields.

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

Property Value

Type: IListISearchField
Remarks
Add your custom field into this collection.
See Also