Click or drag to resize
IsContentFieldEventArgs Properties

The IsContentFieldEventArgs 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 considered a content field, or null to perform index agnostic detection (i.e. whether field is considered a content field in any index type).
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Public propertyResult
Indicates whether field is considered a content field. Values of content fields are aggregated into a designated index column.
Public propertySearchSettings
Search settings representing field for which to detect whether it is considered a content field.
Top
See Also