Click or drag to resize
AddDocumentValueEventArgs Properties

The AddDocumentValueEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAzureName
Name of resulting field in Azure Search Document.
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyDocument
Azure Search document for which the document value is being created.
Public propertyFields
Enumeration of Azure Search fields corresponding to the Document.
Public propertyName
Name of field in SearchDocument for which Azure Search Document value is being created.
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Public propertySearchable
Searchable for which the document value is being created.
Public propertySearchDocument
Search document for which the document value is being created.
Public propertySearchIndex
Index for which the document value is being created.
Public propertyValue
Azure Search Document value to be assigned.
Top
See Also