Click or drag to resize
CreateFieldsEventArgsSearchFields Property
List of search fields being processed to Azure Search Fields.

Namespace: CMS.Search.Azure
Assembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 12.0.0
Syntax
C#
public IEnumerable<ISearchField> SearchFields { get; set; }

Property Value

Type: IEnumerableISearchField
See Also