SearchRange Property
A range for the GroupSearch method (first-last).
Object Oriented Interface
public function getSearchRange(); public function setSearchRange($value);
Procedural Interface
ipworks_nntp_get($res, 56 ); ipworks_nntp_set($res, 56, $value );
Default Value
'-'
Remarks
This property specifies a range of articles for which to do a search on the server. The format is 'first-last' where first is "" (empty string) or a positive number, and last is "" (empty string), a positive number, or the token end.
The default value of the property is '-', meaning 'search all articles in the group'.
This property is not available at design time.
Data Type
String