Skip to main content
Tab

UnboundSiteMapProviderBase.SiteMapFileName Property

Gets or sets the path to the file that contains the site map data.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string SiteMapFileName { get; set; }

Property Value

Type Description
String

A String value specifying the path to the site map file.

See Also