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

UnboundSiteMapProviderBase.SaveToStream(Stream) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public void SaveToStream(
    Stream outStream
)

Parameters

Name Type Description
outStream Stream

The stream to which the provider’s site map data should be saved.

See Also