Mono Class Library: Overview

System.Web.SiteMapProvider: Method Members

The methods of System.Web.SiteMapProvider are listed below. For a list of all members, see the SiteMapProvider Members list.

See Also: Inherited members from System.Configuration.Provider.ProviderBase

Public Methods

abstract
FindSiteMapNode(string) : SiteMapNode
Documentation for this section has not yet been entered.
FindSiteMapNode(HttpContext) : SiteMapNode
Documentation for this section has not yet been entered.
FindSiteMapNodeFromKey(string) : SiteMapNode
Documentation for this section has not yet been entered.
abstract
GetChildNodes(SiteMapNode) : SiteMapNodeCollection
Documentation for this section has not yet been entered.
GetCurrentNodeAndHintAncestorNodes(int) : SiteMapNode
Documentation for this section has not yet been entered.
GetCurrentNodeAndHintNeighborhoodNodes(int, int) : SiteMapNode
Documentation for this section has not yet been entered.
abstract
GetParentNode(SiteMapNode) : SiteMapNode
Documentation for this section has not yet been entered.
GetParentNodeRelativeToCurrentNodeAndHintDownFromParent(int, int) : SiteMapNode
Documentation for this section has not yet been entered.
GetParentNodeRelativeToNodeAndHintDownFromParent(SiteMapNode, int, int) : SiteMapNode
Documentation for this section has not yet been entered.
HintAncestorNodes(SiteMapNode, int)
Documentation for this section has not yet been entered.
HintNeighborhoodNodes(SiteMapNode, int, int)
Documentation for this section has not yet been entered.
override
Initialize(string, System.Collections.Specialized.NameValueCollection)
Documentation for this section has not yet been entered.
IsAccessibleToUser(HttpContext, SiteMapNode) : bool
Documentation for this section has not yet been entered.

Protected Methods

AddNode(SiteMapNode)
Documentation for this section has not yet been entered.
AddNode(SiteMapNode, SiteMapNode)
Documentation for this section has not yet been entered.
abstract
GetRootNodeCore() : SiteMapNode
Documentation for this section has not yet been entered.
static
GetRootNodeCoreFromProvider(SiteMapProvider) : SiteMapNode
Documentation for this section has not yet been entered.
RemoveNode(SiteMapNode)
Documentation for this section has not yet been entered.
ResolveSiteMapNode(HttpContext) : SiteMapNode
Documentation for this section has not yet been entered.