UnboundSiteMapProvider.FindSiteMapNodeFromKey(String) Method
Returns a site map node object based on a specified key.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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