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