Click or drag to resize
DocumentEventsCreateSearchFieldsForPage Field
Fires when the local index search fields for specific page that is being indexed are created. In this phase field definition with value has to be provided. It is required to create custom field definition without value for the whole index using CreateSearchFields before creating the same field definition with value using CreateSearchFieldsForPage when indexing specific page.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public static CreateSearchFieldsForPageHandler CreateSearchFieldsForPage

Field Value

Type: CreateSearchFieldsForPageHandler
See Also