Mono Class Library: Overview

System.Web.SiteMapProvider: Members

The members of System.Web.SiteMapProvider are listed below.

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

Protected Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
CurrentNodeSiteMapNode. Documentation for this section has not yet been entered.
EnableLocalizationbool. Documentation for this section has not yet been entered.
ParentProviderSiteMapProvider. Documentation for this section has not yet been entered.
ResourceKeystring. Documentation for this section has not yet been entered.
[read-only]
RootNodeSiteMapNode. Documentation for this section has not yet been entered.
[read-only]
RootProviderSiteMapProvider. Documentation for this section has not yet been entered.
[read-only]
SecurityTrimmingEnabledbool. Documentation for this section has not yet been entered.

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.

Public Events

SiteMapResolveDocumentation for this section has not yet been entered.