DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Gets page titles for this PageList from links in some wiki page. All links
will be retrieved, from all namespaces, except interwiki links to other
sites. Use FilterNamespaces(array<Int32>[]()[][]) or
RemoveNamespaces(array<Int32>[]()[][]) function to remove pages from
unwanted namespaces (categories, images, etc.)
Namespace: DotNetWikiBotAssembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Syntax
C# |
---|
public void FillFromPageLinks( string pageTitle ) |
Parameters
- pageTitle
- Type: System..::..String
Page title as string.
Examples
Copy | |
---|---|
pageList.FillFromAllPageLinks("Art"); |