DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Gets page titles for this PageList from specified special page.
The following special pages are supported (other were not tested):
Ancientpages, BrokenRedirects, Deadendpages, Disambiguations, DoubleRedirects,
Listredirects, Lonelypages, Longpages, Mostcategories, Mostimages, Mostlinkedcategories,
Mostlinkedtemplates, Mostlinked, Mostrevisions, Fewestrevisions, Shortpages,
Uncategorizedcategories, Uncategorizedpages, Uncategorizedimages,
Uncategorizedtemplates, Unusedcategories, Unusedimages, Wantedcategories, Wantedfiles,
Wantedpages, Wantedtemplates, Unwatchedpages, Unusedtemplates, Withoutinterwiki.
The function doesn't filter namespaces and does not clear PageList,
so new pages will be added to existing pages.
Namespace: DotNetWikiBotAssembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Syntax
C# |
---|
public void FillFromCustomSpecialPage( string pageTitle, int limit ) |
Parameters
- pageTitle
- Type: System..::..String
Title of special page, e.g. "Deadendpages".
- limit
- Type: System..::..Int32
Maximum number of page titles to get.