Click or drag to resize
SearchField Class
Represents search field.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineSearchField

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public class SearchField : ISearchField

The SearchField type exposes the following members.

Constructors
  NameDescription
Public methodSearchField
Top
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 propertyInsertDirectly
When field is marked to be insert directly, it will not be processed before it's inserted into search document. Will not be passed to SearchHelper.AddGeneralField method.
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.
Public methodToString
Converts this piece of data into a string.
(Overrides ObjectToString.)
Top
See Also