DotNetWikiBot Framework Documentation
Gets page titles for this PageList from site's internal search results. The function does not filter namespaces. And the function does not clear 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 FillFromSearchResults(
	string searchStr,
	int limit
)

Parameters

searchStr
Type: System..::..String
String to search.
limit
Type: System..::..Int32
Maximum number of page titles to get.

See Also