Click or drag to resize
DocumentFieldCreatorCreatingField Field
An event raised upon CreateField(ISearchField, ISearchable, ISearchIndexInfo) execution. The before phase allows for custom initialization of Field, the after phase allows for modification of resulting Field properties.

Namespace: CMS.Search.Azure
Assembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 12.0.0
Syntax
C#
public readonly CreateFieldHandler CreatingField

Field Value

Type: CreateFieldHandler
See Also