summaryM:DotNetNuke.Services.Search.SearchDataStoreProvider.GetSearchItems(System.Int32,System.Int32,System.Int32)
Namespace: DotNetNuke.Services.SearchAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public abstract SearchResultsInfoCollection GetSearchItems( int portalId, int tabId, int moduleId ) |
Visual Basic |
---|
Public MustOverride Function GetSearchItems ( portalId As Integer, tabId As Integer, moduleId As Integer ) As SearchResultsInfoCollection |
Parameters
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Search.SearchDataStoreProvider.GetSearchItems(System.Int32,System.Int32,System.Int32)
- tabId
- Type: System..::..Int32
paramtabIdM:DotNetNuke.Services.Search.SearchDataStoreProvider.GetSearchItems(System.Int32,System.Int32,System.Int32)
- moduleId
- Type: System..::..Int32
parammoduleIdM:DotNetNuke.Services.Search.SearchDataStoreProvider.GetSearchItems(System.Int32,System.Int32,System.Int32)