Plumtree Portal UI  
 

SearchResultControl.parseQueryArgs Method 

Helper method to grab query parameters out of the provided arguments and return them in a temporary QueryArguments structure. The argument names may be prepended with the provided prefix. If no args were found or the query could not be reconstructed, this method should return null.

protected virtual QueryArguments parseQueryArgs(
   XPHashtable args,
   string prefix
);

See Also

SearchResultControl Class | com.plumtree.portaluiinfrastructure.search Namespace