Share via


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

  • url
    Type: System.Uri

    A System.Uri object that specifies the URL for the site associated with this instance of the Keywords class.

See also

Reference

Keywords class

Keywords members

Keywords overload

Microsoft.Office.Server.Search.Administration namespace