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

Gets the search items for a module
Afficher le fichier Open project: EngageSoftware/Engage-Publish

Méthodes publiques

Méthode 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

Méthode Description
GetSearchItemsImpl ( ) : IEnumerable

Gets the search items for the module's articles.

Method Details

GetSearchItems() public méthode

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

SearchProvider() public méthode

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.
Résultat System