TNode Interface
Topic Last Modified: 2006-06-13
The TNode interface provides URL and display name information for any node in the hierarchy. This interface is typically used to get URLs for using methods that work with nodes, such as the GetRootNode method.
Member Summary
Properties
Name | Type | Description |
---|---|---|
String |
Specifies the display name of a node |
|
String |
Specifies the URL to the parent of a node |
|
String |
Specifies the URL of a node's root |
|
String |
Specifies the URL of a node |