MySqlSiteMapProvider Methods

MySQL Connector/Net

MySqlSiteMapProvider Methods

The MySqlSiteMapProvider type exposes the following members.

Methods
  Name Description
Protected method AddNode(SiteMapNode)
Adds a SiteMapNode object to the node collection that is maintained by the site map provider.
(Inherited from SiteMapProvider.)
Protected method AddNode(SiteMapNode, SiteMapNode)
Adds a SiteMapNode to the collections that are maintained by the site map provider and establishes a parent/child relationship between the SiteMapNode objects.
(Inherited from StaticSiteMapProvider.)
Public method BuildSiteMap (Overrides StaticSiteMapProviderBuildSiteMap.)
Protected method Clear
Removes all elements in the collections of child and parent site map nodes that the StaticSiteMapProvider tracks as part of its state.
(Inherited from StaticSiteMapProvider.)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method FindSiteMapNode(String)
Retrieves a SiteMapNode object that represents the page at the specified URL.
(Inherited from StaticSiteMapProvider.)
Public method FindSiteMapNode(HttpContext)
Retrieves a SiteMapNode object that represents the currently requested page using the specified HttpContext object.
(Inherited from SiteMapProvider.)
Public method FindSiteMapNodeFromKey (Overrides StaticSiteMapProviderFindSiteMapNodeFromKey(String).)
Public method GetChildNodes
Retrieves the child site map nodes of a specific SiteMapNode object.
(Inherited from StaticSiteMapProvider.)
Public method 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.)
Public method 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.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetParentNode
Retrieves the parent site map node of a specific SiteMapNode object.
(Inherited from StaticSiteMapProvider.)
Public method 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.)
Public method 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.)
Protected method GetRootNodeCore (Overrides SiteMapProviderGetRootNodeCore.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method 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.)
Public method 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.)
Public method Initialize (Overrides SiteMapProviderInitialize(String, NameValueCollection).)
Public method IsAccessibleToUser
Retrieves a Boolean value indicating whether the specified SiteMapNode object can be viewed by the user in the specified context.
(Inherited from SiteMapProvider.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method RemoveNode
Removes the specified SiteMapNode object from all site map node collections that are tracked by the site map provider.
(Inherited from StaticSiteMapProvider.)
Protected method ResolveSiteMapNode
Raises the SiteMapResolve event.
(Inherited from SiteMapProvider.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also