CoreResultsDatasource Constructor
Initializes a new instance of the CoreResultsDatasource
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
ParentWebpart As CoreResultsWebPart _
)
'Usage
Dim ParentWebpart As CoreResultsWebPart
Dim instance As New CoreResultsDatasource(ParentWebpart)
public CoreResultsDatasource(
CoreResultsWebPart ParentWebpart
)
Parameters
ParentWebpart
Type: Microsoft.Office.Server.Search.WebControls.CoreResultsWebPartThe Core Results Web Part instance that the data source is for.