Aqualogic Interaction API  
 

IPTSearchRequest.GetSettingsAsString Method 

Retrieve value of an String-valued search setting. See the PT_SEARCH_SETTING enumeration for information on settings and their types.

string GetSettingsAsString(
   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