UnboundSiteMapProviderBase.CloneSiteMapNode(SiteMapNode) Method
Clones the specified site map node.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| node | SiteMapNode | A SiteMapNode object that represents the site map node to be cloned. |
Returns
| Type | Description |
|---|---|
| UnboundSiteMapNode | An UnboundSiteMapNode object that represents a newly created site map node. |
Remarks
The CloneSiteMapNode method can be used to create a duplicate of a specific site map node.
See Also