summaryM:DotNetNuke.Services.Search.ModuleIndexer.GetSearchModules(System.Int32,System.Boolean)
Namespace: DotNetNuke.Services.SearchAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
protected IEnumerable<ModuleInfo> GetSearchModules( int portalId, bool allModules ) |
Visual Basic |
---|
Protected Function GetSearchModules ( portalId As Integer, allModules As Boolean ) As IEnumerable(Of ModuleInfo) |
Parameters
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Search.ModuleIndexer.GetSearchModules(System.Int32,System.Boolean)
- allModules
- Type: System..::..Boolean
paramallModulesM:DotNetNuke.Services.Search.ModuleIndexer.GetSearchModules(System.Int32,System.Boolean)