Click or drag to resize
DocumentCreatorCreatingDocument Field
An event raised upon CreateDocument(SearchDocument, ISearchable, ISearchIndexInfo) execution. The before phase allows for modification of processed SearchDocument, the after phase allows for modification of resulting Document.

Namespace: CMS.Search.Azure
Assembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 11.0.0
Syntax
C#
public readonly CreateDocumentHandler CreatingDocument

Field Value

Type: CreateDocumentHandler
See Also