KaxSiteMapEditorFormLoadSiteMapFile Method |
Loads the SiteMap structure from the specified .sitemap file.
Namespace: Kettic.AspNet.Controls.DesignAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void LoadSiteMapFile(
string siteMapFilePhysicalPath
)
Public Sub LoadSiteMapFile (
siteMapFilePhysicalPath As String
)
public:
void LoadSiteMapFile(
String^ siteMapFilePhysicalPath
)
member LoadSiteMapFile :
siteMapFilePhysicalPath : string -> unit
Parameters
- siteMapFilePhysicalPath
- Type: SystemString
The physical (absolute) path to the .sitemap file to load contents from.
See Also