DefaultLocalNode method: IntBroker class
Syntax
DefaultLocalNode()
Description
Use the DefaultLocalNode method to return the name of the default local node on this system.
Parameters
None.
Returns
String.
Example
In a Mobile Application Platform (MAP) application, use this method when generating a link to a classic component or to a fluid component. For example, the following PeopleCode generates a link to a fluid homepage.
&URL = GenerateComponentPortalURL(%IntBroker.DefaultPortalName(), %IntBroker.DefaultLocalNode(), MenuName.NUI_FRAMEWORK, %MAP_Market, Component.PT_LANDINGPAGE, Page.PT_LANDINGPAGE, "U");