Click or drag to resize
CreateFieldsEventArgs Properties

The CreateFieldsEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyFields
List of Azure Search fields resulting from processing of SearchFields.
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Public propertySearchable
Searchable for which the collection of Fields is being created.
Public propertySearchFields
List of search fields being processed to Azure Search Fields.
Public propertySearchIndex
Index for which the fields are being created.
Top
See Also