  | XmlNavigationMakeXml Method  | 
  
    Namespace: 
   Dynamicweb.Frontend
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic XmlDocument MakeXml(
	int parentId,
	int levelStart,
	int levelStop,
	XmlNavigationExpand expand,
	int selectedAreaId = 0
)
Public Function MakeXml ( 
	parentId As Integer,
	levelStart As Integer,
	levelStop As Integer,
	expand As XmlNavigationExpand,
	Optional selectedAreaId As Integer = 0
) As XmlDocument
Parameters
- parentId
 - Type: SystemInt32
 - levelStart
 - Type: SystemInt32
 - levelStop
 - Type: SystemInt32
 - expand
 - Type: Dynamicweb.FrontendXmlNavigationExpand
 - selectedAreaId (Optional)
 - Type: SystemInt32
 
Return Value
Type: 
XmlDocument
See Also