DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
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: DotNetWikiBotAssembly: 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.