summaryM:DotNetNuke.Services.Search.SearchDataStoreController.GetSearchItem(System.Int32,System.String)

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 SearchItemInfo GetSearchItem(
	int ModuleId,
	string SearchKey
)
Visual Basic
<ObsoleteAttribute("Deprecated in DNN 7.1.2  Implementation changed to return empty result set")> 
Public Shared Function GetSearchItem ( 
	ModuleId As Integer,
	SearchKey As String
) As SearchItemInfo

Parameters

ModuleId
Type: System..::..Int32
paramModuleIdM:DotNetNuke.Services.Search.SearchDataStoreController.GetSearchItem(System.Int32,System.String)
SearchKey
Type: System..::..String
paramSearchKeyM:DotNetNuke.Services.Search.SearchDataStoreController.GetSearchItem(System.Int32,System.String)

Return Value

returnsM:DotNetNuke.Services.Search.SearchDataStoreController.GetSearchItem(System.Int32,System.String)

See Also