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

DisplayName Property

String

Specifies the display name of a node

ParentURL Property

String

Specifies the URL to the parent of a node

RootURL Property

String

Specifies the URL of a node's root

URL Property

String

Specifies the URL of a node