GetSearchItems gets a collection of Search Items for a Module/Tab/Portal

Namespace: DotNetNuke.Services.Search
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public override SearchResultsInfoCollection GetSearchItems(
	int portalId,
	int tabId,
	int moduleId
)
Visual Basic
Public Overrides Function GetSearchItems ( 
	portalId As Integer,
	tabId As Integer,
	moduleId As Integer
) As SearchResultsInfoCollection

Parameters

portalId
Type: System..::..Int32
A Id of the Portal
tabId
Type: System..::..Int32
A Id of the Tab
moduleId
Type: System..::..Int32
A Id of the Module

Return Value

returnsM:DotNetNuke.Services.Search.SearchDataStore.GetSearchItems(System.Int32,System.Int32,System.Int32)

Remarks