Plumtree Portal UI  
 

PaginationControl.makeURL Method (IBaseSearchResultModelRO, AActivitySpace, String, String, Int32, Boolean)

Factory method to make a pagination link for some search results.

public static ILinkElement makeURL(
   IBaseSearchResultModelRO model,
   AActivitySpace parent,
   string urlText,
   string orderBy,
   int newFirst,
   bool bEmbed
);

Parameters

model
Current batch of search results
parent
ActivitySpace we're living in
urlText
Desired text within URL
orderBy
Sort order within which newFirst is to be interpreted
newFirst
Desired first result on new page
bEmbed
Whether or not this URL should be embedded in a form

See Also

PaginationControl Class | com.plumtree.portaluiinfrastructure.search Namespace | PaginationControl.makeURL Overload List