C# Class Engage.Dnn.Publish.Util.SearchProvider

Gets the search items for a module
Mostra file Open project: EngageSoftware/Engage-Publish

Public Methods

Method Description
GetSearchItems ( ) : DotNetNuke.Services.Search.SearchItemInfoCollection

Gets the search items for the module's articles.

SearchProvider ( DotNetNuke.Entities.Modules.ModuleInfo module, bool setGuid ) : System

Initializes a new instance of the SearchProvider class.

Private Methods

Method Description
GetSearchItemsImpl ( ) : IEnumerable

Gets the search items for the module's articles.

Method Details

GetSearchItems() public method

Gets the search items for the module's articles.
public GetSearchItems ( ) : DotNetNuke.Services.Search.SearchItemInfoCollection
return DotNetNuke.Services.Search.SearchItemInfoCollection

SearchProvider() public method

Initializes a new instance of the SearchProvider class.
public SearchProvider ( DotNetNuke.Entities.Modules.ModuleInfo module, bool setGuid ) : System
module DotNetNuke.Entities.Modules.ModuleInfo The module for which to get articles.
setGuid bool if set to true sets , otherwise leaves it blank.
return System