Get URL arguments that are sufficient to reconstruct this search result if it has been flushed from the cache. These are returned as an XPHashtable from a String key to an array of String values.
Get URL arguments that are sufficient to reconstruct this search result if it has been flushed from the cache. These are returned as an XPHashtable from a String key to an array of String values.
XPHashtable GetReconstructionArgs();
Same as getReconstructionArgs(), but if pageContext is false, omit any args that indicate what page the model is on - i.e. the model will come back on page 1 with the default sort order and organization.
XPHashtable GetReconstructionArgs(bool);
XPHashtable GetReconstructionArgs(string,bool);
ISearchResultModelRO Interface | com.plumtree.portaluiinfrastructure.search Namespace