AddDocumentValueEventArgs Properties |
The AddDocumentValueEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | AzureName |
Name of resulting field in Azure Search Document.
|
![]() | CurrentHandler |
Currently executing handler
(Inherited from CMSEventArgs.) |
![]() | Document |
Azure Search document for which the document value is being created.
|
![]() | Fields |
Enumeration of Azure Search fields corresponding to the Document.
|
![]() | Name |
Name of field in SearchDocument for which Azure Search Document value is being created.
|
![]() | OriginalEventArgs | Obsolete.
Original event arguments for the event
(Inherited from CMSEventArgs.) |
![]() | Searchable |
Searchable for which the document value is being created.
|
![]() | SearchDocument |
Search document for which the document value is being created.
|
![]() | SearchIndex |
Index for which the document value is being created.
|
![]() | Value |
Azure Search Document value to be assigned.
|