Really long methods
C#
Public virtual System.Web.SiteMapNode GetParentNodeRelativeToNodeAndHintDownFromParent(System.Web.SiteMapNode node, int walkupLevels, int relativeDepthFromWalkup)
Member of System.Web.SiteMapProvider
Summary:
Provides an optimized lookup method for site map providers when retrieving an ancestor node for the specified System.Web.SiteMapNode object and fetching its child nodes.
Parameters:
node: The System.Web.SiteMapNode that acts as a reference point for walkupLevels and relativeDepthFromWalkup.
walkupLevels: The number of ancestor node levels to traverse when retrieving the requested ancestor node.
relativeDepthFromWalkup: The number of descendant node levels to retrieve from the target ancestor node.
Return Values:
A System.Web.SiteMapNode that represents an ancestor of node; otherwise, null, if the current or ancestor System.Web.SiteMapNode is not found or cannot be returned for the current user.
For more on the java method visit http://javapapers.com
Comments
Post a Comment