UnboundSiteMapProviderBase(String) Constructor
Initializes a new instance of the UnboundSiteMapProviderBase class with the specified setting.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
rootNodeUrl | String | A string value specifying the URL of the root node in the site map. |
Remarks
This constructor creates a new UnboundSiteMapProviderBase class instance and initializes it with the specified root node’s URL.
See Also