Controller.enumerateArticles

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void enumerateArticles(string groupname, void delegate(size_t idx, BsonObjectID _id, string msgid, long msgnum) @(safe) del)
    class Controller
    void
    enumerateArticles
    (
    string groupname
    ,
    void delegate
    (
    size_t idx
    ,
    BsonObjectID _id
    ,
    string msgid
    ,
    long msgnum
    )
    @safe
    del
    )
  2. void enumerateArticles(string groupname, long from, long to, void delegate(size_t idx, Article art) @(safe) del)

Meta