Skip to main content
Tab

UnboundSiteMapProviderBase.LoadFromStream(Stream) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public SiteMapNode LoadFromStream(
    Stream stream
)

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