Click or drag to resize
CreateFieldsEventArgsFields Property
List of Azure Search fields resulting from processing of SearchFields.

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

Property Value

Type: ListField
See Also