Aqualogic Interaction API  
 

IPTSiteMapFolder.CreateLink Method 

Create a new link that will be in the current folder. The link does not get stored until IPTSiteMapLink.Store() is called. User must have edit access to the current folder.

IPTSiteMapLink CreateLink();

Return Value

IPTSiteMapLink - set all the particulars of the new link on this object. Then call store() on this object to store the link.

See Also

IPTSiteMapFolder Interface | com.plumtree.server Namespace