The members of System.Web.SiteMapProvider are listed below.
See Also: Inherited members from System.Configuration.Provider.ProviderBase
Initializes a new instance of the System.Web.SiteMapProvider class. |
[read-only] | CurrentNode | SiteMapNode.
Gets the System.Web.SiteMapNode object that represents the currently requested page. |
EnableLocalization | bool.
Gets or sets a Boolean value indicating whether localized values of System.Web.SiteMapNode attributes are returned. | |
ParentProvider | SiteMapProvider.
Gets or sets the parent System.Web.SiteMapProvider object of the current provider. | |
ResourceKey | string.
Get or sets the resource key that is used for localizing System.Web.SiteMapNode attributes. | |
[read-only] | RootNode | SiteMapNode.
Gets the root System.Web.SiteMapNode object of the site map data that the current provider represents. |
[read-only] | RootProvider | SiteMapProvider.
Gets the root System.Web.SiteMapProvider object in the current provider hierarchy. |
[read-only] | SecurityTrimmingEnabled | bool.
Gets a Boolean value indicating whether a site map provider filters site map nodes based on a user's role. |
abstract | FindSiteMapNode(string)
| |
FindSiteMapNode(HttpContext)
| ||
FindSiteMapNodeFromKey(string)
| ||
abstract | GetChildNodes(SiteMapNode)
| |
GetCurrentNodeAndHintAncestorNodes(int)
| ||
GetCurrentNodeAndHintNeighborhoodNodes(int, int)
| ||
abstract | GetParentNode(SiteMapNode)
| |
GetParentNodeRelativeToCurrentNodeAndHintDownFromParent(int, int)
| ||
GetParentNodeRelativeToNodeAndHintDownFromParent(SiteMapNode, int, int)
| ||
HintAncestorNodes(SiteMapNode, int)
| ||
HintNeighborhoodNodes(SiteMapNode, int, int)
| ||
override | Initialize(string, System.Collections.Specialized.NameValueCollection)
| |
IsAccessibleToUser(HttpContext, SiteMapNode)
|
AddNode(SiteMapNode)
| ||
AddNode(SiteMapNode, SiteMapNode)
| ||
abstract | GetRootNodeCore()
| |
static | GetRootNodeCoreFromProvider(SiteMapProvider)
| |
RemoveNode(SiteMapNode)
| ||
ResolveSiteMapNode(HttpContext)
|
SiteMapResolve |
Occurs when the SiteMapProvider.CurrentNode property is called. |