LEGACY: Depricated in DNN 7.1. Use 'IndexSearchDocuments' instead. Used for Legacy Search (ISearchable) GetSearchIndexItems gets the SearchInfo Items for the Portal

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

Syntax

C#
[ObsoleteAttribute("Legacy Search (ISearchable) -- Depricated in DNN 7.1. Use 'IndexSearchDocuments' instead.")]
public override SearchItemInfoCollection GetSearchIndexItems(
	int portalId
)
Visual Basic
<ObsoleteAttribute("Legacy Search (ISearchable) -- Depricated in DNN 7.1. Use 'IndexSearchDocuments' instead.")> 
Public Overrides Function GetSearchIndexItems ( 
	portalId As Integer
) As SearchItemInfoCollection

Parameters

portalId
Type: System..::..Int32
The Id of the Portal

Return Value

returnsM:DotNetNuke.Services.Search.ModuleIndexer.GetSearchIndexItems(System.Int32)

Remarks