XmlSiteMapProvider Class

Definition

Namespace: Centralpoint.Web
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class XmlSiteMapProvider : XmlSiteMapProvider
Inheritance
Object    ProviderBase    SiteMapProvider    StaticSiteMapProvider    XmlSiteMapProvider    XmlSiteMapProvider

Constructors

XmlSiteMapProvider Initializes a new instance of the XmlSiteMapProvider class

Properties

ChildNodeCollectionTable
(Inherited from StaticSiteMapProvider)
CurrentNode Gets the SiteMapNode object that represents the currently requested page.
(Inherited from XmlSiteMapProvider)
Description Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs).
(Inherited from ProviderBase)
EnableLocalization Gets or sets a Boolean value indicating whether localized values of SiteMapNode attributes are returned.
(Inherited from SiteMapProvider)
KeyTable
(Inherited from StaticSiteMapProvider)
Name Gets the friendly name used to refer to the provider during configuration.
(Inherited from ProviderBase)
ParentNodeTable
(Inherited from StaticSiteMapProvider)
ParentProvider Gets or sets the parent SiteMapProvider object of the current provider.
(Inherited from SiteMapProvider)
ResourceKey Get or sets the resource key that is used for localizing SiteMapNode attributes.
(Inherited from SiteMapProvider)
RootNode Gets the root node of the site map.
(Inherited from XmlSiteMapProvider)
RootProvider Gets the root SiteMapProvider object in the current provider hierarchy.
(Inherited from SiteMapProvider)
SecurityTrimmingEnabled Gets a Boolean value indicating whether a site map provider filters site map nodes based on a user's role.
(Inherited from SiteMapProvider)
UrlTable
(Inherited from StaticSiteMapProvider)

Methods

AddNode(SiteMapNode) Adds a SiteMapNode object to the node collection that is maintained by the site map provider.
(Inherited from SiteMapProvider)
AddNode(SiteMapNode, SiteMapNode) Adds a SiteMapNode object to the collections that are maintained by the current provider.
(Inherited from XmlSiteMapProvider)
AddProvider Links a child site map provider to the current provider.
(Inherited from XmlSiteMapProvider)
BuildSiteMap Loads the site map information from an XML file and builds it in memory.
(Inherited from XmlSiteMapProvider)
Clear Removes all elements in the collections of child and parent site map nodes and site map providers that the XmlSiteMapProvider object internally tracks as part of its state.
(Inherited from XmlSiteMapProvider)
Dispose Notifies the file monitor of the Web.sitemap file that the XmlSiteMapProvider object no longer requires the file to be monitored.
(Inherited from XmlSiteMapProvider)
Dispose(Boolean) Notifies the file monitor of the Web.sitemap file that the XmlSiteMapProvider object no longer requires the file to be monitored. The Dispose(Boolean) method takes a Boolean parameter indicating whether the method is called by user code.
(Inherited from XmlSiteMapProvider)
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FindSiteMapNode(HttpContext) Retrieves a SiteMapNode object that represents the currently requested page using the specified HttpContext object.
(Inherited from SiteMapProvider)
FindSiteMapNode(String) Retrieves a SiteMapNode object that represents the page at the specified URL.
(Inherited from XmlSiteMapProvider)
FindSiteMapNodeFromKey Retrieves a SiteMapNode object based on a specified key.
(Inherited from XmlSiteMapProvider)
GetChildNodes Returns the child nodes of the site map.
(Inherited from XmlSiteMapProvider)
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)
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)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetParentNode Returns the parent node of the site map.
(Inherited from XmlSiteMapProvider)
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)
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)
GetRootNodeCore Retrieves the top-level node of the current site map data structure.
(Inherited from XmlSiteMapProvider)
GetType Gets the Type of the current instance.
(Inherited from Object)
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)
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)
Initialize Initializes the XmlSiteMapProvider object. The Initialize(String, NameValueCollection) method does not actually build a site map, it only prepares the state of the XmlSiteMapProvider to do so.
(Inherited from XmlSiteMapProvider)
IsAccessibleToUser
(Overrides SiteMapProviderIsAccessibleToUser(HttpContext, SiteMapNode))
MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
RemoveNode Removes the specified SiteMapNode object from all node collections that are tracked by the provider.
(Inherited from XmlSiteMapProvider)
RemoveProvider Removes a linked child site map provider from the hierarchy for the current provider.
(Inherited from XmlSiteMapProvider)
ResolveSiteMapNode Raises the SiteMapResolve event.
(Inherited from SiteMapProvider)
ReturnNodeIfAccessible
(Inherited from SiteMapProvider)
ToString Returns a string that represents the current object.
(Inherited from Object)

Events

SiteMapResolve Occurs when the CurrentNode property is called.
(Inherited from SiteMapProvider)

Fields

_lock
(Inherited from SiteMapProvider)

See Also