XmlSiteMapProvider Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| BuildSiteMap | Overridden. Loads the site map information from an XML file and builds it in memory. |
| Dispose | Overloaded. Notifies the file monitor of the Web.sitemap file that the XmlSiteMapProvider object no longer requires the file to be monitored. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| FindSiteMapNode | Overloaded. Retrieves a site map node based on a search criterion. |
| FindSiteMapNodeFromKey | Overridden. Retrieves a SiteMapNode object based on a specified key. |
| GetChildNodes | Retrieves the child site map nodes of a specific SiteMapNode object. (inherited from StaticSiteMapProvider) |
| 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. (inherited from SiteMapProvider) |
| 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. (inherited from SiteMapProvider) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetParentNode | Retrieves the parent site map node of a specific SiteMapNode object. (inherited from StaticSiteMapProvider) |
| 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. (inherited from SiteMapProvider) |
| 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. (inherited from SiteMapProvider) |
| 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. (inherited from SiteMapProvider) |
| 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. (inherited from SiteMapProvider) |
| Initialize | Overridden. Initializes the XmlSiteMapProvider object. The Initialize method does not actually build a site map, it only prepares the state of the XmlSiteMapProvider to do so. |
| IsAccessibleToUser | Retrieves a Boolean value indicating whether the specified SiteMapNode object can be viewed by the user in the specified context. (inherited from SiteMapProvider) |
| 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 collections that are maintained by the current provider. |
| AddProvider | Links a child site map provider to the current provider. |
| Clear | Overridden. Removes all elements in the collections of child and parent site map nodes and site map providers that the XmlSiteMapProvider object internally tracks as part of its state. |
| Dispose | Overloaded. Notifies the file monitor of the Web.sitemap file that the XmlSiteMapProvider object no longer requires the file to be monitored. |
| 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 | Overridden. Retrieves the top-level node of the current site map data structure. |
| GetRootNodeCoreFromProvider | Retrieves the root node of all the nodes that are currently managed by the specified site map provider. (inherited from SiteMapProvider) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| RemoveNode | Overridden. Removes the specified SiteMapNode object from all node collections that are tracked by the provider. |
| RemoveProvider | Removes a linked child site map provider from the hierarchy for the current provider. |
| ResolveSiteMapNode | Raises the SiteMapResolve event. (inherited from SiteMapProvider) |
Community Additions
ADD
Show: