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