DotNetWikiBot Framework Documentation
This constructor is used for LDAP authentication. Additional information can be found here .

Namespace: DotNetWikiBot
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0

Syntax

C#
public Site(
	string address,
	string userName,
	string userPass,
	string userDomain
)

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.
userDomain
Type: System..::..String
Domain name for LDAP authentication.

Return Value

Type:
Returns Site object.

See Also