WebCenter Interaction API  
 

IPTSearchRequest.SetSettings Method (Int32, Int32)

Set an integer-valued search setting. 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,
   int 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