Click or drag to resize
SearchFieldsExtensions Class
Extension methods for working with ISearchFields collection.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineSearchFieldsExtensions

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static class SearchFieldsExtensions

The SearchFieldsExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddToContentField
Appends data to CONTENT field. Field is created if it's not already present.
Public methodStatic memberEnsureContentField
Ensures CONTENT field in collection. Field is created if it's not already present.
Top
See Also