TaxonomyRefinementNodeInfo class

Represents a taxonomy node data that is to be passed on to the client side part of the web part. Contains the url and display name to use to render a link. The id of the taxonomy node can be used to find the corresponding node in the refinement data of the search results.

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.Search.WebControls.TaxonomyRefinementNodeInfo

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

Syntax

'Declaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class TaxonomyRefinementNodeInfo
'Usage
Dim instance As TaxonomyRefinementNodeInfo
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class TaxonomyRefinementNodeInfo

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

TaxonomyRefinementNodeInfo members

Microsoft.Office.Server.Search.WebControls namespace