RefineLink Class
NOTE: This API is now obsolete.
Represents a refine search link on the Web control.
Inheritance Hierarchy
System.Object
System.Web.UI.Control
Microsoft.Office.Server.Search.WebControls.RefineLink
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 RefineLink _
Inherits Control _
Implements INamingContainer
'Usage
Dim instance As RefineLink
[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 RefineLink : 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.