Dynamicweb 8 Documentation
XmlNavigation Class
Members  Example 

Represents the navigation object used to generate the xml for navigations
Object Model
XmlNavigation ClassPageView Class
Syntax
'Declaration
 
Public Class XmlNavigation 
public class XmlNavigation 
Example
Dim xmlNav As New Frontend.XmlNavigation(PageView)
 xmlNav.AbsolutePath = True
 xmlNav.UrlEncode = True
 Return xmlNav.XML(0, 1, 99, Frontend.XmlNavigation.Expand.All)
Inheritance Hierarchy

System.Object
   Dynamicweb.Frontend.XmlNavigation

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 Members
Dynamicweb.Frontend Namespace

Send Feedback