Skip to main content
Tab

UnboundSiteMapProviderBase.SaveToFile(String) Method

Saves the site map data, held by the provider, to the specified file.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void SaveToFile(
    string siteMapFileName
)

Parameters

Name Type Description
siteMapFileName String

A String value specifying the name of the file to which the provider’s site map data should be saved.

See Also