| UniTreeProviderGetNodeByKey Method | 
            Returns the UniTreeNode specified by given Node ID.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
 Syntax
Syntaxpublic UniTreeNode GetNodeByKey(
	string key
)
Parameters
- key
- Type: SystemString
 Key of UniTreeNode object, ID or combination object type and ID
Return Value
Type: 
UniTreeNode See Also
See Also