SiteMapProvider Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| FindSiteMapNode | Overloaded. When overridden in a derived class, retrieves a SiteMapNode object that represents a page. |
| FindSiteMapNodeFromKey | Retrieves a SiteMapNode object based on a specified key. |
| GetChildNodes | When overridden in a derived class, retrieves the child nodes of a specific SiteMapNode. |
| GetCurrentNodeAndHintAncestorNodes | Provides an optimized lookup method for site map providers when retrieving the node for the currently requested page and fetching the parent and ancestor site map nodes for the current page. |
| GetCurrentNodeAndHintNeighborhoodNodes | Provides an optimized lookup method for site map providers when retrieving the node for the currently requested page and fetching the site map nodes in the proximity of the current node. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetParentNode | When overridden in a derived class, retrieves the parent node of a specific SiteMapNode object. |
| GetParentNodeRelativeToCurrentNodeAndHintDownFromParent | Provides an optimized lookup method for site map providers when retrieving an ancestor node for the currently requested page and fetching the descendant nodes for the ancestor. |
| GetParentNodeRelativeToNodeAndHintDownFromParent | Provides an optimized lookup method for site map providers when retrieving an ancestor node for the specified SiteMapNode object and fetching its child nodes. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| HintAncestorNodes | Provides a method that site map providers can override to perform an optimized retrieval of one or more levels of parent and ancestor nodes, relative to the specified SiteMapNode object. |
| HintNeighborhoodNodes | Provides a method that site map providers can override to perform an optimized retrieval of nodes found in the proximity of the specified node. |
| Initialize | Overridden. Initializes the SiteMapProvider implementation, including any resources that are needed to load site map data from persistent storage. |
| IsAccessibleToUser | Retrieves a Boolean value indicating whether the specified SiteMapNode object can be viewed by the user in the specified context. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| AddNode | Overloaded. Adds a SiteMapNode object to the node collection that is maintained by the site map provider. |
| 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) |
| GetRootNodeCore | When overridden in a derived class, retrieves the root node of all the nodes that are currently managed by the current provider. |
| GetRootNodeCoreFromProvider | Retrieves the root node of all the nodes that are currently managed by the specified site map provider. |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| RemoveNode | Removes the specified SiteMapNode object from the node collection that is maintained by the site map provider. |
| ResolveSiteMapNode | Raises the SiteMapResolve event. |
Community Additions
ADD
Show: