Modules participating in Search should inherit from this class. A scheduled job will call the methods from this class.

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

Syntax

C#
public abstract class ModuleSearchBase
Visual Basic
Public MustInherit Class ModuleSearchBase

Remarks

Since the methods will be called through a Scheduled job, there will be no Portal Context available by the module to take advantage of

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Entities.Modules..::..ModuleSearchBase

See Also