Skip to main content
A newer version of this page is available. .
Tab

UnboundSiteMapProviderBase.LoadFromFile(String) Method

Loads the site map data from the specified file into the current provider.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public SiteMapNode LoadFromFile(
    string siteMapFileName
)

Parameters

Name Type Description
siteMapFileName String

A String value specifying the name of the file which contains the site map data to load.

Returns

Type Description
SiteMapNode

A SiteMapNode object representing the root node of the loaded site map tree.

See Also