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

UnboundSiteMapProvider.FindSiteMapNodeFromKey(String) Method

Returns a site map node object based on a specified key.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public override SiteMapNode FindSiteMapNodeFromKey(
    string key
)

Parameters

Name Type Description
key String

A lookup key with which a site map node is created. Represents the value of the Key property.

Returns

Type Description
SiteMapNode

A SiteMapNode that represents the page identified by the key.

See Also