DotNetWikiBot Framework Documentation

Overload List

  NameDescription
Public methodPage()()()()
This constructor creates Page object without title using most recently created Site object.
Public methodPage(Int64)
This constructor creates Page object with specified page's numeric revision ID (also called "oldid") using most recently created Site object.
Public methodPage(String)
This constructor creates Page object with specified title using most recently created Site object.
Public methodPage(Site)
This constructor creates empty Page object with specified Site object, but without title. Avoid using this constructor needlessly.
Public methodPage(Site, Int64)
This constructor creates Page object with specified page's numeric revision ID (also called "oldid"). Page title is retrieved automatically in this constructor.
Public methodPage(Site, String)
This constructor creates Page object with specified title and specified Site object. This is preferable constructor. Basic title normalization occurs during construction. When constructed, new Page object doesn't contain text, use Load()()()() method to get text and metadata from live wiki.

See Also