SearchPattern Property
A search pattern for the GroupSearch method.
Object Oriented Interface
public function getSearchPattern(); public function setSearchPattern($value);
Procedural Interface
ipworks_nntp_get($res, 55 ); ipworks_nntp_set($res, 55, $value );
Default Value
''
Remarks
This property contains a search pattern for the GroupSearch method. The format of the pattern is the same as the patterns used by the UNIX 'find' command.
As an example, "* new *" will match all headers that contain the word "new".
This property is not available at design time.
Data Type
String