Plumtree Portal UI  
 

SearchSettingCollection.encodeRequestSettings Method 

Encode all settings in the provided IPTSearchRequest, ready for URL encoding, into the provided XPHashtable. The map keys are Strings (e.g. PT_SEARCHSETTING_OBJTYPES_S) prepended with the provided prefix. The values are String[]-ified setting values. inclusions and exclusions are IXPCollections of Integers. If the inclusions collection is non-null, only settings contained within it are included in the returned map. Any settings contained in the exclusions collection are omitted from the returned map.

public static void encodeRequestSettings(
   IPTSearchRequest request,
   XPHashtable map,
   string keyPrefix,
   IXPCollection inclusions,
   IXPCollection exclusions
);

See Also

SearchSettingCollection Class | com.plumtree.portaluiinfrastructure.search Namespace