Gets whether to inlcude Common Words in the Search Index

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

Syntax

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

Remarks

Defaults to False

See Also