Click or drag to resize

XmlNavigationMakeXml Method

Namespace:  Dynamicweb.Frontend
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public XmlDocument MakeXml(
	int parentId,
	int levelStart,
	int levelStop,
	XmlNavigationExpand expand,
	int selectedAreaId = 0
)

Parameters

parentId
Type: SystemInt32
levelStart
Type: SystemInt32
levelStop
Type: SystemInt32
expand
Type: Dynamicweb.FrontendXmlNavigationExpand
selectedAreaId (Optional)
Type: SystemInt32

Return Value

Type: XmlDocument
See Also