Click or drag to resize
CreateDocumentEventArgs Properties

The CreateDocumentEventArgs type exposes the following members.

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