RefineSearchResults Class

NOTE: This API is now obsolete.

Represents a Web control for refining search results.

Inheritance Hierarchy

System.Object
  System.Web.UI.Control
    Microsoft.Office.Server.Search.WebControls.RefineSearchResults

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("This control is obsolete.  Please use Microsoft.Office.Server.Search.WebControls.PeopleRefinementWebPart instead.")> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class RefineSearchResults _
    Inherits Control _
    Implements INamingContainer
'Usage
Dim instance As RefineSearchResults
[ObsoleteAttribute("This control is obsolete.  Please use Microsoft.Office.Server.Search.WebControls.PeopleRefinementWebPart instead.")]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class RefineSearchResults : Control, 
    INamingContainer

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RefineSearchResults Members

Microsoft.Office.Server.Search.WebControls Namespace