DotNetWikiBot Framework Documentation
Gets page titles for this PageList from Google search results. The function gets pages of all namespaces and it does not clear the existing PageList, so new pages will be added.

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

Syntax

C#
public void FillFromGoogleSearchResults(
	string searchStr,
	int limit
)

Parameters

searchStr
Type: System..::..String
Words to search for. Use quotes to find exact phrases.
limit
Type: System..::..Int32
Maximum number of page titles to get.

See Also