TaxonomySiteMapNode members

Represents a navigation node that is obtained by a TaxonomySiteMapProvider object.

The TaxonomySiteMapNode type exposes the following members.

Properties

  Name Description
Protected property Attributes (Inherited from SiteMapNode.)
Public property ChildNodes (Inherited from SiteMapNode.)
Public property Description Gets or sets the description of the navigation item. (Overrides SiteMapNode.Description.)
Public property HasChildNodes (Overrides SiteMapNode.HasChildNodes.)
Public property IsTermSet Gets a Boolean value that returns true if a TaxonomySiteMapNode object is bound to a NavigationTermSet object, that is, the root of the tree.
Public property Item (Inherited from SiteMapNode.)
Public property Key (Inherited from SiteMapNode.)
Public property NavigationTerm Gets a NavigationTerm object that the current TaxonomySiteMapNode object represents, or null if the object is a NavigationTermSet object.
Public property NavigationTermSet Gets the NavigationTermSet object that is associated with the current TaxonomySiteMapNode object.
Public property NavigationTermSetItem Gets a NavigationTerm object or a NavigationTermSet object that the current TaxonomySiteMapNode object represents.
Public property NextSibling (Inherited from SiteMapNode.)
Public property ParentNode (Inherited from SiteMapNode.)
Public property PreviousSibling (Inherited from SiteMapNode.)
Public property Provider (Inherited from SiteMapNode.)
Public property ReadOnly (Inherited from SiteMapNode.)
Public property ResourceKey (Inherited from SiteMapNode.)
Public property Roles (Inherited from SiteMapNode.)
Public property RootNode (Inherited from SiteMapNode.)
Public property Title Gets or sets the title of the navigation item. (Overrides SiteMapNode.Title.)
Public property Url Gets the hyperlink for a URL for the navigation item. (Overrides SiteMapNode.Url.)

Top

Methods

  Name Description
Public method Clone() (Inherited from SiteMapNode.)
Public method Clone(Boolean) (Inherited from SiteMapNode.)
Public method Equals (Inherited from SiteMapNode.)
Protected method Finalize (Inherited from Object.)
Public method GetAllNodes (Inherited from SiteMapNode.)
Public method GetDataSourceView (Inherited from SiteMapNode.)
Protected method GetExplicitResourceString (Inherited from SiteMapNode.)
Public method GetHashCode (Inherited from SiteMapNode.)
Public method GetHierarchicalDataSourceView (Inherited from SiteMapNode.)
Protected method GetImplicitResourceString (Inherited from SiteMapNode.)
Public method GetType (Inherited from Object.)
Public method IsAccessibleToUser (Inherited from SiteMapNode.)
Public method IsDescendantOf (Inherited from SiteMapNode.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from SiteMapNode.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method ICloneable.Clone (Inherited from SiteMapNode.)
Explicit interface implemetationPrivate property INavigateUIData.Description (Inherited from SiteMapNode.)
Explicit interface implemetationPrivate method IHierarchyData.GetChildren (Inherited from SiteMapNode.)
Explicit interface implemetationPrivate method IHierarchyData.GetParent (Inherited from SiteMapNode.)
Explicit interface implemetationPrivate property IHierarchyData.HasChildren (Inherited from SiteMapNode.)
Explicit interface implemetationPrivate property IHierarchyData.Item (Inherited from SiteMapNode.)
Explicit interface implemetationPrivate property INavigateUIData.Name (Inherited from SiteMapNode.)
Explicit interface implemetationPrivate property INavigateUIData.NavigateUrl (Inherited from SiteMapNode.)
Explicit interface implemetationPrivate property IHierarchyData.Path (Inherited from SiteMapNode.)
Explicit interface implemetationPrivate property IHierarchyData.Type (Inherited from SiteMapNode.)
Explicit interface implemetationPrivate property INavigateUIData.Value (Inherited from SiteMapNode.)

Top

See also

Reference

TaxonomySiteMapNode class

Microsoft.SharePoint.Publishing.Navigation namespace