Click or drag to resize
IsIndexFieldEventArgs Properties

The IsIndexFieldEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyIndex
Index for which to indicate whether field represented by SearchSettings is an index field, or null to perform index agnostic detection (i.e. whether field is included in any index type).
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Public propertyResult
Indicates whether field is to be added to search index.
Public propertySearchSettings
Search settings representing field for which to detect whether it is an index field.
Top
See Also