This documentation is archived and is not being maintained.
SiteMapNode Methods
Visual Studio 2008
The SiteMapNode type exposes the following members.
| Name | Description | |
|---|---|---|
|
Clone | Infrastructure. Overloaded. Creates a new node that is a copy of the current node. |
|
Equals | 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 | Retrieves the SiteMapDataSourceView object that is associated with the current node. |
|
GetExplicitResourceString | 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 | 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 | Gets the type of the current instance. (Inherited from Object.) |
|
IsAccessibleToUser | Gets a value indicating whether the specified site map node can be viewed by the user in the specified context. |
|
IsDescendantOf | Gets a value indicating whether the current site map node is a child or a direct descendant of the specified node. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Converts the value of this instance of the SiteMapNode class to its equivalent string representation. (Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
|
ICloneable::Clone | Infrastructure. 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. |
Show: