Share via


Content constructor (SearchContext)

NOTE: This API is now obsolete.

Initializes a new instance of the Content 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 _
)
'Usage
Dim searchContext As SearchContext

Dim instance As New Content(searchContext)
[ObsoleteAttribute("This constructor is deprecated now.")]
public Content(
    SearchContext searchContext
)

Parameters

Remarks

Do not use this member, use Content(SearchServiceApplication) instead.

See also

Reference

Content class

Content members

Content overload

Microsoft.Office.Server.Search.Administration namespace