Node Class

The node indicates the URI of the content server. If the node is a PeopleSoft content server, it has a PeopleSoft server URI. If the node has external content, the URI indicates the external content.

Use the IsLocal or IsDefault to determine if a node from a RemoteNode collection is remote or local.

Node objects are instantiated from the following:

  • From a Session object with the GetLocalNode method.

  • From a Node Collection with the First, InsertItem, ItemByName, and Next methods.

  • From a RemoteNode Collection with the First, InsertItem, ItemByName, and Next methods.

See GetLocalNode, Node Collection, RemoteNode Collection.