Plumtree Portal UI  
 

BreadcrumbControl.makeURL Method 

Factory method to make a breadcrumb link for search results.

public static HTMLElement makeURL(
   ISearchResultModelRO model,
   AActivitySpace parent,
   string urlText,
   string key
);

Parameters

model
Current batch of search results
parent
ActivitySpace we're living in
urlText
Desired text within URL
key
Key of model to display

See Also

BreadcrumbControl Class | com.plumtree.portaluiinfrastructure.search Namespace