Click or drag to resize
SearchFieldFactory Class
Factory for ISearchField objects allowing search engines to customize the flags of fields being created.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineSearchFieldFactory

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

The SearchFieldFactory type exposes the following members.

Fields
  NameDescription
Public fieldCreating
An event raised upon Create(String, Type, CreateSearchFieldOption) call allowing to set the flags of search field being created.
Public fieldCreatingFromSettings
An event raised upon CreatingFromSettings call allowing to map the flags of search field being created.
Top
Properties
  NameDescription
Public propertyStatic memberInstance
Gets the SearchFieldFactory instance.
Top
Methods
  NameDescription
Public methodCreate
Creates a new search field based on createOption.
Public methodCreateFromSettings
Creates a new search field from searchSettings.
Top
See Also