IP*Works! 2016 Node.js Edition
IP*Works! 2016 Node.js Edition
Questions / Feedback?

GroupSearch Event

Fired for each line of group search data (during group searches).

Syntax

nntp.on('GroupSearch', [callback])

Callback

The 'callback' is called when the 'GroupSearch' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.articleNumber
e.header

Remarks

ArticleNumber contains the number of the article within the group.

Header contains the matching header.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
IP*Works! 2016 Node.js Edition - Version 16.0 [Build 7239]