KaxSiteMapEditorFormSaveSiteMapFile Method |
Saves the SiteMap to 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 SaveSiteMapFile(
string siteMapFilePhysicalPath
)
Public Sub SaveSiteMapFile (
siteMapFilePhysicalPath As String
)
public:
void SaveSiteMapFile(
String^ siteMapFilePhysicalPath
)
member SaveSiteMapFile :
siteMapFilePhysicalPath : string -> unit
Parameters
- siteMapFilePhysicalPath
- Type: SystemString
The physical (absolute) path to the .sitemap file to save contents to.
See Also