SearchServiceApplication.RecordClick method
NOTE: This API is now obsolete.
Records the details of the click-through and its corresponding search query.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<ObsoleteAttribute("RecordPageClick should be used instead.")> _
Public Sub RecordClick ( _
Info As QueryInfo _
)
'Usage
Dim instance As SearchServiceApplication
Dim Info As QueryInfo
instance.RecordClick(Info)
[ObsoleteAttribute("RecordPageClick should be used instead.")]
public void RecordClick(
QueryInfo Info
)
Parameters
Info
Type: Microsoft.Office.Server.Search.Query.QueryInfoThe information about the click-through and its corresponding search query.
Remarks
This method stores the query details when a click-through occurs or when the user navigates away from the page.
See also
Reference
SearchServiceApplication class