UnboundSiteMapProviderBase.SaveToStream(Stream) Method
Saves the site map data, held by the provider, to the specified stream.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
outStream | Stream | The stream to which the provider’s site map data should be saved. |
See Also