UnboundSiteMapProviderBase.CloneSiteMapNode(SiteMapNode) Method
In This Article
Clones the specified site map node.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public UnboundSiteMapNode CloneSiteMapNode(
SiteMapNode node
)
#Parameters
Name | Type | Description |
---|---|---|
node | Site |
A Site |
#Returns
Type | Description |
---|---|
Unbound |
An Unbound |
#Remarks
The CloneSiteMapNode method can be used to create a duplicate of a specific site map node.
See Also