Dynamicweb.Frontend Namespace > XmlNavigation Class : XML Method |
'Declaration
Public Function XML( _ ByVal ParentID As Integer, _ ByVal StartLevel As Integer, _ ByVal StopLevel As Integer, _ ByVal expand As XmlNavigation.Expand, _ Optional ByVal areaID As Integer _ ) As XmlDocument
public XmlDocument XML( int ParentID, int StartLevel, int StopLevel, XmlNavigation.Expand expand, int areaID )
Dim xmlNav As New Frontend.XMLNavigation(PageView) xmlNav.AbsolutePath = True xmlNav.UrlEncode = True Return xmlNav.XML(0, 1, 99, Frontend.XMLNavigation.Expand.All)
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