Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: [Search Web service]
Web service reference: http://Site/_vti_bin/Search.asmx
Syntax
'Declaration
<SoapDocumentMethodAttribute("urn:Microsoft.Search/RecordClick", RequestNamespace := "urn:Microsoft.Search", _
ResponseNamespace := "urn:Microsoft.Search", Use := SoapBindingUse.Literal, _
ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub RecordClick ( _
clickInfoXml As String _
)
'Usage
Dim instance As QueryService
Dim clickInfoXml As String
instance.RecordClick(clickInfoXml)
[SoapDocumentMethodAttribute("urn:Microsoft.Search/RecordClick", RequestNamespace = "urn:Microsoft.Search",
ResponseNamespace = "urn:Microsoft.Search", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)]
public void RecordClick(
string clickInfoXml
)
Parameters
- clickInfoXml
Type: System.String
This member is reserved for internal use and is not intended to be used directly from your code.