TreeSiteMapProviderGetNodeById Method |
Returns the node specified by given Node ID.
Namespace: CMS.CMSSiteMapProviderAssembly: CMS.CMSSiteMapProvider (in CMS.CMSSiteMapProvider.dll) Version: 8.2.23
Syntax public TreeSiteMapNode GetNodeById(
int nodeId
)
Parameters
- nodeId
- Type: SystemInt32
Node ID to retrieve
Return Value
Type:
TreeSiteMapNodeSee Also