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

UnboundSiteMapProviderBase.CloneSiteMapNode(SiteMapNode) Method

Clones the specified site map node.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public UnboundSiteMapNode CloneSiteMapNode(
    SiteMapNode node
)

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