asp.net.ph

SiteMapProvider Class

System.Web Namespace


.NET Framework version 2.0

Provides a common base class for all site map data providers, and a way for developers to implement custom site map data providers that can be used with the ASP.NET site map infrastructure as persistent stores for SiteMap objects.

SiteMapProvider Class Members

Collapse   Properties

Visibility Name Value Type Accessibility
public CurrentNode SiteMapNode [ Get ]
public EnableLocalization Boolean [ Get , Set ]
public ParentProvider SiteMapProvider [ Get , Set ]
public ResourceKey String [ Get , Set ]
public RootNode SiteMapNode [ Get ]
public RootProvider SiteMapProvider [ Get ]
public SecurityTrimmingEnabled Boolean [ Get ]

Collapse   Methods

Visibility Name Parameters Return Type
protected AddNode ( SiteMapNode node ) Void
public FindSiteMapNode ( String rawUrl ) SiteMapNode
public FindSiteMapNode ( HttpContext context ) SiteMapNode
public FindSiteMapNodeFromKey ( String key ) SiteMapNode
public GetChildNodes ( SiteMapNode node ) SiteMapNodeCollection
public GetCurrentNodeAndHintAncestorNodes ( Int32 upLevel ) SiteMapNode
public GetCurrentNodeAndHintNeighborhoodNodes ( Int32 upLevel , Int32 downLevel ) SiteMapNode
public GetParentNode ( SiteMapNode node ) SiteMapNode
public GetParentNodeRelativeToCurrentNodeAndHintDownFromParent ( Int32 walkupLevels , Int32 relativeDepthFromWalkup ) SiteMapNode
public GetParentNodeRelativeToNodeAndHintDownFromParent ( SiteMapNode node , Int32 walkupLevels , Int32 relativeDepthFromWalkup ) SiteMapNode
protected static GetRootNodeCoreFromProvider ( SiteMapProvider provider ) SiteMapNode
public HintAncestorNodes ( SiteMapNode node , Int32 upLevel ) Void
public HintNeighborhoodNodes ( SiteMapNode node , Int32 upLevel , Int32 downLevel ) Void
public Initialize ( String name , NameValueCollection attributes ) Void
public IsAccessibleToUser ( HttpContext context , SiteMapNode node ) Boolean
protected ResolveSiteMapNode ( HttpContext context ) SiteMapNode

Collapse   Events

Multicast Name Type
multicast SiteMapResolve SiteMapResolveEventHandler

Remarks


Skip Navigation Links



Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph