Skip to main content
A newer version of this page is available. .
Tab

UnboundSiteMapNode Methods

Represents a node in the hierarchical site map structure maintained by the UnboundSiteMapProvider.
Name Description
Clone() Creates a new node that is a copy of the current node. Inherited from SiteMapNode.
Clone(Boolean) Creates a new copy that is a copy of the current node, optionally cloning all parent and ancestor nodes of the current node. Inherited from SiteMapNode.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Gets a value indicating whether the current SiteMapNode is identical to the specified object. Inherited from SiteMapNode.
GetAllNodes() Retrieves a read-only collection of all SiteMapNode objects that are descendants of the calling node, regardless of the degree of separation. Inherited from SiteMapNode.
GetDataSourceView(SiteMapDataSource, String) Retrieves the SiteMapDataSourceView object that is associated with the current node. Inherited from SiteMapNode.
GetExplicitResourceString(String, String, Boolean) protected Retrieves a localized string based on a SiteMapNode attribute to localize, a default string to return if no resource is found, and a Boolean value indicating whether to throw an exception if no resource is found. Inherited from SiteMapNode.
GetHashCode() Returns the hash code of the SiteMapNode object. Inherited from SiteMapNode.
GetHierarchicalDataSourceView() Retrieves the SiteMapHierarchicalDataSourceView object that is associated with the current node. Inherited from SiteMapNode.
GetImplicitResourceString(String) protected Gets a localized string based on the attribute name and ResourceKey property that is specified by the SiteMapProvider by which the SiteMapNode is tracked. Inherited from SiteMapNode.
GetType() Gets the Type of the current instance. Inherited from Object.
IsAccessibleToUser(HttpContext) Gets a value indicating whether the specified site map node can be viewed by the user in the specified context. Inherited from SiteMapNode.
IsDescendantOf(SiteMapNode) Gets a value indicating whether the current site map node is a child or a direct descendant of the specified node. Inherited from SiteMapNode.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ICloneable.Clone() Creates a new node that is a copy of the current node. For a description of this member, see Clone(). Inherited from SiteMapNode.
IHierarchyData.GetChildren() Retrieves the hierarchical children data items of the current item. For a description of this member, see GetChildren(). Inherited from SiteMapNode.
IHierarchyData.GetParent() Retrieves the hierarchical parent of the current item. For a description of this member, see GetParent(). Inherited from SiteMapNode.
ToString() Converts the value of this instance of the UnboundSiteMapNode class to its equivalent string representation.
See Also