AddNode(SiteMapNode)
protected
|
Adds a SiteMapNode object to the node collection that is maintained by the site map provider.
|
AddSiteMapNode(SiteMapNode, SiteMapNode)
|
Adds a SiteMapNode object to the collections that are maintained by the current provider.
|
AddSiteMapNode(SiteMapNode)
|
Adds a SiteMapNode object to the node collection that is maintained by the current provider.
|
Clear()
|
Removes all elements in the collections of child and parent site map nodes and site map providers that the UnboundSiteMapProviderBase object internally tracks as part of its state.
|
CloneSiteMapNode(SiteMapNode)
|
Clones the specified site map node.
|
CreateNode(String, String, String, IList, NameValueCollection)
|
Creates a new instance of the UnboundSiteMapNode class with the specified settings.
|
CreateNode(String, String, String, IList)
|
Creates a new instance of the UnboundSiteMapNode class with the specified settings.
|
CreateNode(String, String, String)
|
Creates a new instance of the UnboundSiteMapNode class with the specified settings.
|
CreateNode(String, String)
|
Creates a new instance of the UnboundSiteMapNode class with the specified settings.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
FindSiteMapNode(String)
|
Returns a site map node object that represents the page at the specified URL.
|
FindSiteMapNode(HttpContext)
|
Retrieves a SiteMapNode object that represents the currently requested page using the specified HttpContext object.
|
FindSiteMapNodeFromKey(String)
|
Retrieves a SiteMapNode object based on a specified key.
|
GetChildNodes(SiteMapNode)
|
Retrieves the child site map nodes of a specific site map node object.
|
GetCurrentNodeAndHintAncestorNodes(Int32)
|
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.
|
GetCurrentNodeAndHintNeighborhoodNodes(Int32, Int32)
|
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.
|
GetHashCode()
|
Serves as the default hash function.
|
GetParentNode(SiteMapNode)
|
Retrieves the parent node of a specific site map node object.
|
GetParentNodeRelativeToCurrentNodeAndHintDownFromParent(Int32, Int32)
|
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.
|
GetParentNodeRelativeToNodeAndHintDownFromParent(SiteMapNode, Int32, Int32)
|
Provides an optimized lookup method for site map providers when retrieving an ancestor node for the specified SiteMapNode object and fetching its child nodes.
|
GetRootNodeCoreFromProvider(SiteMapProvider)
protected
static
|
Retrieves the root node of all the nodes that are currently managed by the specified site map provider.
|
GetType()
|
Gets the Type of the current instance.
|
HintAncestorNodes(SiteMapNode, Int32)
|
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.
|
HintNeighborhoodNodes(SiteMapNode, Int32, Int32)
|
Provides a method that site map providers can override to perform an optimized retrieval of nodes found in the proximity of the specified node.
|
Initialize(String, NameValueCollection)
|
Initializes the UnboundSiteMapProviderBaseobject.
|
IsAccessibleToUser(HttpContext, SiteMapNode)
|
Retrieves a Boolean value indicating whether the specified SiteMapNode object can be viewed by the user in the specified context.
|
LoadFromFile(String)
|
Loads the site map data from the specified file into the current provider.
|
LoadFromStream(Stream)
|
Loads the site map data from the specified stream into the current provider.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
RemoveSiteMapNode(SiteMapNode)
|
Removes the specified SiteMapNode object from all node collections of the provider.
|
ResolveSiteMapNode(HttpContext)
protected
|
Raises the SiteMapResolve event.
|
SaveToFile(String)
|
Saves the site map data, held by the provider, to the specified file.
|
SaveToStream(Stream)
|
Saves the site map data, held by the provider, to the specified stream.
|
ToString()
|
Returns a string that represents the current object.
|