DotNetWikiBot Framework Documentation
Overload List
Name | Description | |
---|---|---|
PageList()()()() | This constructor creates empty PageList object using most recently
created Site object. | |
PageList(Site) | This constructor creates empty PageList object with specified
Site object. | |
PageList(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. | |
PageList(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. |