summaryM:DotNetNuke.Services.Search.SearchDataStoreController.GetSearchItems(System.Int32)

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

Syntax

C#
[ObsoleteAttribute("Deprecated in DNN 7.1.2  Implementation changed to return empty result set")]
public static Dictionary<string, SearchItemInfo> GetSearchItems(
	int ModuleId
)
Visual Basic
<ObsoleteAttribute("Deprecated in DNN 7.1.2  Implementation changed to return empty result set")> 
Public Shared Function GetSearchItems ( 
	ModuleId As Integer
) As Dictionary(Of String, SearchItemInfo)

Parameters

ModuleId
Type: System..::..Int32
paramModuleIdM:DotNetNuke.Services.Search.SearchDataStoreController.GetSearchItems(System.Int32)

Return Value

returnsM:DotNetNuke.Services.Search.SearchDataStoreController.GetSearchItems(System.Int32)

See Also