DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Gets page titles for this PageList from recent changes page,
"Special:Recentchanges". File uploads, page deletions and page renamings are
not included, use
FillFromCustomLog(String, String, String, Int32)
function instead to fill from respective logs.
The function does not clear the existing PageList, so new titles will be added.
Use FilterNamespaces(array<Int32>[]()[][]) or
RemoveNamespaces(array<Int32>[]()[][]) functions to remove
pages from unwanted namespaces.
Namespace: DotNetWikiBotAssembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Syntax
C# |
---|
public void FillFromRecentChanges( bool hideMinor, bool hideBots, bool hideAnons, bool hideLogged, bool hideSelf, bool hideReviewed, int limit, int days ) |
Parameters
- hideMinor
- Type: System..::..Boolean
Ignore minor edits.
- hideBots
- Type: System..::..Boolean
Ignore bot edits.
- hideAnons
- Type: System..::..Boolean
Ignore anonymous users edits.
- hideLogged
- Type: System..::..Boolean
Ignore logged-in users edits.
- hideSelf
- Type: System..::..Boolean
Ignore edits of this bot account.
- hideReviewed
- Type: System..::..Boolean
Ignore checked edits.
- limit
- Type: System..::..Int32
Maximum number of changes to get.
- days
- Type: System..::..Int32
Get changes for this number of recent days.