Gets whether to inlcude Numbers in the Search Index

Namespace: DotNetNuke.Entities.Portals
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool SearchIncludeNumeric { get; internal set; }
Visual Basic
Public Property SearchIncludeNumeric As Boolean
	Get
	Friend Set

Remarks

Defaults to False

See Also