SiteMapNode Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new node that is a copy of the current node. |
![]() | 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. |
![]() | Equals(Object^) | Gets a value indicating whether the current SiteMapNode is identical to the specified object. (Overrides Object::Equals(Object^).) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetAllNodes() | Retrieves a read-only collection of all SiteMapNode objects that are descendants of the calling node, regardless of the degree of separation. |
![]() | GetDataSourceView(SiteMapDataSource^, String^) | Retrieves the SiteMapDataSourceView object that is associated with the current node. |
![]() | GetExplicitResourceString(String^, String^, Boolean) | 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. |
![]() | GetHashCode() | Returns the hash code of the SiteMapNode object. (Overrides Object::GetHashCode().) |
![]() | GetHierarchicalDataSourceView() | Retrieves the SiteMapHierarchicalDataSourceView object that is associated with the current node. |
![]() | GetImplicitResourceString(String^) | Gets a localized string based on the attribute name and ResourceKey property that is specified by the SiteMapProvider by which the SiteMapNode is tracked. |
![]() | GetType() | |
![]() | IsAccessibleToUser(HttpContext^) | Gets a value indicating whether the specified site map node can be viewed by the user in the specified context. |
![]() | IsDescendantOf(SiteMapNode^) | Gets a value indicating whether the current site map node is a child or a direct descendant of the specified node. |
![]() | MemberwiseClone() | |
![]() | ToString() | Converts the value of this instance of the SiteMapNode class to its equivalent string representation.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICloneable::Clone() | This API supports the product infrastructure and is not intended to be used directly from your code. Creates a new node that is a copy of the current node. For a description of this member, see ICloneable::Clone. |
![]() ![]() | IHierarchyData::GetChildren() | Retrieves the hierarchical children data items of the current item. For a description of this member, see IHierarchyData::GetChildren. |
![]() ![]() | IHierarchyData::GetParent() | Retrieves the hierarchical parent of the current item. For a description of this member, see IHierarchyData::GetParent. |



