LEGACY: Depricated in DNN 7.1. Use 'GetSearchModules' instead.
Used for Legacy Search (ISearchable)
GetModuleList gets a collection of SearchContentModuleInfo Items for the Portal
Namespace: DotNetNuke.Services.SearchAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[ObsoleteAttribute("Legacy Search (ISearchable) -- Depricated in DNN 7.1. Use 'GetSearchModules' instead.")] protected SearchContentModuleInfoCollection GetModuleList( int portalId ) |
Visual Basic |
---|
<ObsoleteAttribute("Legacy Search (ISearchable) -- Depricated in DNN 7.1. Use 'GetSearchModules' instead.")> Protected Function GetModuleList ( portalId As Integer ) As SearchContentModuleInfoCollection |
Parameters
- portalId
- Type: System..::..Int32
The Id of the Portal
Return Value
returnsM:DotNetNuke.Services.Search.ModuleIndexer.GetModuleList(System.Int32)
Remarks
Parses the Modules of the Portal, determining whetehr they are searchable.