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

UnboundSiteMapProvider(String, String, String) Constructor

Initializes a new instance of the UnboundSiteMapProvider class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public UnboundSiteMapProvider(
    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 UnboundSiteMapProvider class instance and initializes it with the specified root node’s URL, title and description.

See Also