WebCenter Interaction API  
 

IPTSearchRequest.SetSettings Method (Int32, Object)

Set a search setting (of any type). Throws an exception if the value is of the wrong type or is otherwise invalid. See the PT_SEARCH_SETTING enumeration for information on settings and their types.

void SetSettings(
   int settingId,
   object settingValue
);

Parameters

settingId
setting id being set; one of the PT_SEARCH_SETTING values
settingValue
value to set

See Also

IPTSearchRequest Interface | com.plumtree.server Namespace | IPTSearchRequest.SetSettings Overload List | PT_SEARCH_SETTING