UnboundSiteMapProviderBase.LoadFromStream(Stream) Method
Loads the site map data from the specified stream into the current provider.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| stream | Stream | The stream from which to load the site map data. |
Returns
| Type | Description |
|---|---|
| SiteMapNode | A SiteMapNode object representing the root node of the loaded site map tree. |
See Also