Uiinfrastructure API Docs  
 

PTListItem.AddSubLink Method 

Call this method to add a sublink to this list item. Each sublink can be new and/or updated.

public virtual void AddSubLink(
   HTMLAnchor a,
   bool bNew,
   bool bUpdated
);

Parameters

a
HTMLAnchor
bNew
bUpdated

See Also

PTListItem Class | com.plumtree.xpshared.htmlconstructs Namespace