DotNetWikiBot Framework Documentation

Overload List

  NameDescription
Public methodContains(String)
This function returns true, if a page with specified title exists in this PageList. This function corrects all namespace prefixes in this PageList before comparison.
Public methodContains(Page)
This function returns true, if this PageList contains page with the same title and same revision ID with page passed as a parameter. Before comparison this function corrects all namespace prefixes in this PageList and in title of Page passed as a parameter.

See Also