World is now on Opti ID! Learn 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