For a portal get a list of all active module and tabmodule references that are Searchable
either by inheriting from ModuleSearchBase or implementing the older ISearchable interface.
Namespace: DotNetNuke.Entities.ModulesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public ArrayList GetSearchModules( int portalID ) |
| Visual Basic |
|---|
Public Function GetSearchModules ( portalID As Integer ) As ArrayList |
Parameters
- portalID
- Type: System..::..Int32
ID of the portal to be searched