DotNetWikiBot Framework Documentation

Overload List

  NameDescription
Public methodPageList()()()()
This constructor creates empty PageList object using most recently created Site object.
Public methodPageList(Site)
This constructor creates empty PageList object with specified Site object.
Public methodPageList(Site, List<(Of <<'(String>)>>))
This constructor creates PageList object with specified Site object and fills it with Page objects with specified titles. When constructed, new Page in PageList don't contain text. Use Load()()()() method to get texts and metadata from live wiki.
Public methodPageList(Site, array<String>[]()[][])
This constructor creates PageList object with specified Site object and fills it with Page objects with specified titles. When constructed, new Page in PageList doesn't contain text. Use Load()()()() method to get texts and metadata from live wiki.

See Also