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# |
---|
ArrayList GetSearchModules( int portalID ) |
Visual Basic |
---|
Function GetSearchModules ( portalID As Integer ) As ArrayList |
Parameters
- portalID
- Type: System..::..Int32
ID of the portal to be searched