Plumtree Portal UI  
 

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

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
);

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

See Also

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