Dynamicweb 8 Documentation
XmlNavigation Constructor(PageView,String)

The pageview object.
Initializes a new instance of the XmlNavigation class.
Syntax
'Declaration
 
Public Function New( _ 
   ByVal objPageView As PageView, _ 
   ByVal NavigationName As String _ 
)
public XmlNavigation( 
   PageView objPageView,
   string NavigationName 
)

Parameters

objPageView
The pageview object.
NavigationName
Name of the navigation.
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

XmlNavigation Class
XmlNavigation Members
Overload List

Send Feedback