Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class SearchField.IncludeInDefaultSearch

Defines if the field should be included in the default text search.

Inheritance
System.Object
SearchField.IncludeInDefaultSearch
Namespace: Mediachase.Search.Extensions
Assembly: Mediachase.Search.Extensions.dll
Version: 14.26.0
Syntax
public sealed class IncludeInDefaultSearch : ValueType

Fields

NO

Value is not included in the default text search.

Declaration
public const string NO = "IncludeInDefaultSearch.No"
Field Value
Type Description
System.String

YES

Value is included in the default text search.

Declaration
public const string YES = "IncludeInDefaultSearch.Yes"
Field Value
Type Description
System.String