ITreeNode Interface
The runtime representation of a single tree node as managed by client-side tree providers. This is the object your components receive via pageData when using a client-side tree provider.
When you receive ITreeNode
Client-side tree providers (e.g. CTreeClientDataProvider) build and maintain ITreeNode objects internally. You interact with them via component callbacks.