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