CoreResultsDatasourceView.GetXmlResponseDoc Method
Returns the result data for the Core Results Web Part.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetXmlResponseDoc ( _
selectArguments As DataSourceSelectArguments _
) As XmlDocument
'Usage
Dim instance As CoreResultsDatasourceView
Dim selectArguments As DataSourceSelectArguments
Dim returnValue As XmlDocument
returnValue = instance.GetXmlResponseDoc(selectArguments)
public XmlDocument GetXmlResponseDoc(
DataSourceSelectArguments selectArguments
)
Parameters
selectArguments
Type: System.Web.UI.DataSourceSelectArgumentsThe constraints that are applied when retrieving the data.
Return Value
Type: System.Xml.XmlDocument
The search results.
See Also
Reference
CoreResultsDatasourceView Class