London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Struct SearchField.IncludeInDefaultSearch

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

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Mediachase.Search.Extensions
Assembly: Mediachase.Search.Extensions.dll
Version: 13.30.0
Syntax
public struct IncludeInDefaultSearch

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