Click or drag to resize
ISearchField Interface
Represents search field.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public interface ISearchField

The ISearchField type exposes the following members.

Properties
  NameDescription
Public propertyAnalyzer
Explicit analyzer to process search field's value. When null, default analyzer is used based on search index configuration.
Public propertyDataType
Gets or sets the field type.
Public propertyFieldName
Gets or sets the field name.
Public propertyFlagNames
Gets a list of flag names.
Public propertyValue
Field value. May be null when field is not initialized with it's value.
Top
Methods
  NameDescription
Public methodGetFlag
Gets value of a flag associated with name.
Public methodSetFlag
Sets value of a flag associated with name.
Top
See Also