UnboundSiteMapProviderBase.LoadFromFile(String) Method
Loads the site map data from the specified file into the current provider.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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