SearchServiceApplicationProxy.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 SearchServiceApplicationProxy
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.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The Info parameter is null . |
Exception | An error, such as a SearchServiceApplicationFault, occurred during application execution. |
Remarks
This method stores the query details when a click-through occurs or when the user navigates away from the page.
See also
Reference
SearchServiceApplicationProxy class