DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Returns Site object.
This constructor is used to generate most Site objects.
Namespace: DotNetWikiBotAssembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Syntax
C# |
---|
public Site( string address, string userName, string userPass ) |
Parameters
- address
- Type: System..::..String
Wiki site's URI. It must point to the main page of the wiki, e.g. "https://en.wikipedia.org" or "http://127.0.0.1:80/w/index.php?title=Main_page".
- userName
- Type: System..::..String
User name to log in.
- userPass
- Type: System..::..String
Password.
Return Value
Type:Returns Site object.