| TreeSiteMapProviderGetNodeById Method | 
            Returns the node specified by given Node ID.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic TreeSiteMapNode GetNodeById(
	int nodeId
)
Parameters
- nodeId
- Type: SystemInt32
 Node ID to retrieve
Return Value
Type: 
TreeSiteMapNode See Also
See Also