Aqualogic Interaction API  
 

IPTSearchRequest.GetSettingsAsObject1DArray Method 

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

object[] GetSettingsAsObject1DArray(
   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