CreateSearchFieldsEventArgsFields Property |
Search index fields.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public IList<ISearchField> Fields { get; }
Property Value
Type:
IListISearchFieldRemarks Add your custom field into this collection.
See Also