DotNetWikiBot Framework Documentation
Gets page titles for this PageList from user contributions of specified user. The function does not remove redirecting pages from the results. Call RemoveRedirects()()()() manually, if you require it. And the function does not clears the existing PageList, so new titles will be added.

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

Syntax

C#
public void FillFromUserContributions(
	string userName,
	int limit
)

Parameters

userName
Type: System..::..String
User's name.
limit
Type: System..::..Int32
Maximum number of page titles to get.

See Also