Click or drag to resize
KaxSiteMapEditorFormLoadSiteMapFile Method
Loads the SiteMap structure from the specified .sitemap file.

Namespace: Kettic.AspNet.Controls.Design
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void LoadSiteMapFile(
	string siteMapFilePhysicalPath
)

Parameters

siteMapFilePhysicalPath
Type: SystemString
The physical (absolute) path to the .sitemap file to load contents from.
See Also