BaseResult to be implemented by the different Crawlers to provide Permission and Url Services

Namespace: DotNetNuke.Services.Search.Controllers
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[SerializableAttribute]
public abstract class BaseResultController
Visual Basic
<SerializableAttribute>
Public MustInherit Class BaseResultController

Remarks

The abstract methods in this Class will be called by Search Result engine for every Hit found in Search Index.

Inheritance Hierarchy

See Also