Keywords constructor (SearchContext, Uri)
NOTE: This API is now obsolete.
Initializes a new instance of the Keywords class.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<ObsoleteAttribute("This constructor is deprecated now.")> _
Public Sub New ( _
searchContext As SearchContext, _
url As Uri _
)
'Usage
Dim searchContext As SearchContext
Dim url As Uri
Dim instance As New Keywords(searchContext, _
url)
[ObsoleteAttribute("This constructor is deprecated now.")]
public Keywords(
SearchContext searchContext,
Uri url
)
Parameters
- searchContext
Type: Microsoft.Office.Server.Search.Administration.SearchContext
url
Type: System.UriA System.Uri object that specifies the URL for the site associated with this instance of the Keywords class.