Skip to main content
A newer version of this page is available. .
Tab

UnboundSiteMapProviderBase Methods

Provides a base implementation for an unbound site map provider component.
Name Description
AddNode(SiteMapNode) protected Adds a SiteMapNode object to the node collection that is maintained by the site map provider. Inherited from SiteMapProvider.
AddSiteMapNode(SiteMapNode, SiteMapNode) Adds a SiteMapNode object to the collections that are maintained by the current provider.
AddSiteMapNode(SiteMapNode) Adds a SiteMapNode object to the node collection that is maintained by the current provider.
Clear() Removes all elements in the collections of child and parent site map nodes and site map providers that the UnboundSiteMapProviderBase object internally tracks as part of its state.
CloneSiteMapNode(SiteMapNode) Clones the specified site map node.
CreateNode(String, String, String, IList, NameValueCollection) Creates a new instance of the UnboundSiteMapNode class with the specified settings.
CreateNode(String, String, String, IList) Creates a new instance of the UnboundSiteMapNode class with the specified settings.
CreateNode(String, String, String) Creates a new instance of the UnboundSiteMapNode class with the specified settings.
CreateNode(String, String) Creates a new instance of the UnboundSiteMapNode class with the specified settings.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FindSiteMapNode(String) Returns a site map node object that represents the page at the specified URL.
FindSiteMapNode(HttpContext) Retrieves a SiteMapNode object that represents the currently requested page using the specified HttpContext object. Inherited from SiteMapProvider.
FindSiteMapNodeFromKey(String) Retrieves a SiteMapNode object based on a specified key. Inherited from SiteMapProvider.
GetChildNodes(SiteMapNode) Retrieves the child site map nodes of a specific site map node object.
GetCurrentNodeAndHintAncestorNodes(Int32) 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(Int32, Int32) 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 the default hash function. Inherited from Object.
GetParentNode(SiteMapNode) Retrieves the parent node of a specific site map node object.
GetParentNodeRelativeToCurrentNodeAndHintDownFromParent(Int32, Int32) 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(SiteMapNode, Int32, Int32) 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.
GetRootNodeCoreFromProvider(SiteMapProvider) protected static Retrieves the root node of all the nodes that are currently managed by the specified site map provider. Inherited from SiteMapProvider.
GetType() Gets the Type of the current instance. Inherited from Object.
HintAncestorNodes(SiteMapNode, Int32) 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(SiteMapNode, Int32, Int32) 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(String, NameValueCollection) Initializes the UnboundSiteMapProviderBaseobject.
IsAccessibleToUser(HttpContext, SiteMapNode) Retrieves a Boolean value indicating whether the specified SiteMapNode object can be viewed by the user in the specified context. Inherited from SiteMapProvider.
LoadFromFile(String) Loads the site map data from the specified file into the current provider.
LoadFromStream(Stream) Loads the site map data from the specified stream into the current provider.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RemoveSiteMapNode(SiteMapNode) Removes the specified SiteMapNode object from all node collections of the provider.
ResolveSiteMapNode(HttpContext) protected Raises the SiteMapResolve event. Inherited from SiteMapProvider.
SaveToFile(String) Saves the site map data, held by the provider, to the specified file.
SaveToStream(Stream) Saves the site map data, held by the provider, to the specified stream.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also