Gets and sets whether the Module is Searchable

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

Syntax

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

Return Value

A Boolean

See Also