Dynamicweb 8 Documentation
ProcessTree Method

The root node.
Override this member to proces the tree returned to the navigation system.
Syntax
'Declaration
 
Public MustOverride Sub ProcessTree( _ 
   ByVal rootNode As RootNavigationItem, _ 
   ByVal navigationType As XmlNavigation.NavigationType _ 
) 
public abstract void ProcessTree( 
   RootNavigationItem rootNode,
   XmlNavigation.NavigationType navigationType 
)

Parameters

rootNode
The root node.
navigationType
Type of the navigation.
Remarks
For an example take a look at NavigationProvider example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NavigationProvider Class
NavigationProvider Members
NavigationProvider

Send Feedback