Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
SDK Documentation
Platform
Reference
Databases
Tables
 NavNodes Table
NavNodes Table

The NavNodes table stores the list of navigation nodes that are displayed in the navigation bars in Microsoft Windows SharePoint Services.

Warning  Modifying the database schema or database structures is unsupported. Changes that you make to the database contents may be overwritten when you install updates or service packs for Windows SharePoint Services, or when you upgrade an installation to the next product version.

Columns

Column nameData typeDescription
SiteIduniqueidentifierID of the SharePoint site to which the node belongs, available from the Sites table.
WebIduniqueidentifierID of the subsite to which the node belongs.
EidintID of the node.
EidParentintID of the parent node.
NumChildrenintNumber of child nodes.
RankChildintOrder in which to display this node among its siblings.
ElementTypetinyint0 = Page, 1 = Link, 2 = Dynamic Page.
UrlnvarcharURL to which the node points if the ElementType property is a link or if the NavSequence property is set to true.
DocIduniqueidentifierID of the document to which the node points, when the ElementType property is not a link and the NavSequence property is not set to true; available from the Documents table.
NamenvarcharName of the node.
DateLastModifieddatetimeDate and time when the node information was last modified.
NodeMetainfoimageReserved.
NonNavPagebittrue if "Display in Link Bars" is not set for this node in a client program such as Microsoft Office FrontPage 2003; otherwise, false.
NavSequencebittrue if the child nodes are included in a link bar rather than as part of the hierarchical navigation structure; otherwise, false.
ChildOfSequencebittrue if the EidParent property is the EID of a node for which the NavSequence property is set to true; otherwise, false.

© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker