UnboundSiteMapProviderBase.CreateNode(String, String, String) Method
In This Article
Creates a new instance of the UnboundSiteMapNode class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public UnboundSiteMapNode CreateNode(
string url,
string title,
string description
)
#Parameters
Name | Type | Description |
---|---|---|
url | String | A string value specifying the URL of the newly created node. |
title | String | A string value specifying the title of the newly created node. |
description | String | A string value specifying the description of the newly created node. |
#Returns
Type | Description |
---|---|
Unbound |
An Unbound |
#Remarks
The CreateNode method can be used to create a new UnboundSiteMapNode class instance and initialize it with the specified URL, title and description.
See Also