Aqualogic Interaction API  
 

IPTSearchRequest.GetSettingsAsObject Method 

Retrieve value of any search setting. See the PT_SEARCH_SETTING enumeration for information on settings and their types.

object GetSettingsAsObject(
   int settingID
);

Parameters

settingID
setting id whose value is desired; one of the PT_SEARCH_SETTING values

Return Value

the setting value

See Also

IPTSearchRequest Interface | com.plumtree.server Namespace | PT_SEARCH_SETTING