C# Class Engage.Dnn.Locator.Components.FeaturesController

Controls which DNN features are available for this module.
Inheritance: ISearchable
Show file Open project: EngageSoftware/Engage-Locator

Public Methods

Method Description
GetSearchItems ( DotNetNuke.Entities.Modules.ModuleInfo ModInfo ) : DotNetNuke.Services.Search.SearchItemInfoCollection

Gets a list of search items to populate the DNN search index for the given module instance

Method Details

GetSearchItems() public method

Gets a list of search items to populate the DNN search index for the given module instance
public GetSearchItems ( DotNetNuke.Entities.Modules.ModuleInfo ModInfo ) : DotNetNuke.Services.Search.SearchItemInfoCollection
ModInfo DotNetNuke.Entities.Modules.ModuleInfo The mod info.
return DotNetNuke.Services.Search.SearchItemInfoCollection