TaxonomySiteMapNode class
Represents a navigation node that is obtained by a TaxonomySiteMapProvider object.
Inheritance hierarchy
System.Object
System.Web.SiteMapNode
Microsoft.SharePoint.Publishing.Navigation.TaxonomySiteMapNode
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class TaxonomySiteMapNode _
Inherits SiteMapNode
'Usage
Dim instance As TaxonomySiteMapNode
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class TaxonomySiteMapNode : SiteMapNode
Remarks
This class is part of the managed navigation feature. It adapts a NavigationTerm property or a NavigationTermSet property to act as a node in the site map that is used the ASP.NET navigation menu controls.
The SiteMapNode subclass is a wrapper for the NavigationTerm class.
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
Microsoft.SharePoint.Publishing.Navigation namespace
Microsoft.SharePoint.Publishing.Navigation.TaxonomySiteMapProvider