Click or drag to resize
UniTreeProviderGetNodeByKey Method
Returns the UniTreeNode specified by given Node ID.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public 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