SiteMapNode Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Clone | Overloaded. Creates a new node that is a copy of the current node. |
| Equals | Overloaded. Overridden. Determines whether two objects are equal. |
| 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. |
| GetHashCode | Overridden. Returns the hash code of the SiteMapNode object. |
| GetHierarchicalDataSourceView | Retrieves the SiteMapHierarchicalDataSourceView object that is associated with the current node. |
| 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. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Overridden. Converts the value of this instance of the SiteMapNode class to its equivalent string representation. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| 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. |
| 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. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| System.ICloneable.Clone | Creates a new node that is a copy of the current node. For a description of this member, see ICloneable.Clone. |
| System.Web.UI.IHierarchyData.GetChildren | Retrieves the hierarchical children data items of the current item. For a description of this member, see IHierarchyData.GetChildren. |
| System.Web.UI.IHierarchyData.GetParent | Retrieves the hierarchical parent of the current item. For a description of this member, see IHierarchyData.GetParent. |
Community Additions
ADD
Show: