Click or drag to resize

RecentChangesFilterTypes Enumeration

This is preliminary documentation and is subject to change.

Types of recent changes. Used in RecentChangesGenerator.

Namespace: WikiClientLibrary.Generators
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
[FlagsAttribute]
public enum RecentChangesFilterTypes
Members
Member nameValueDescription
Invalid0 Invalid enum value. Using this value may cause exceptions.
Edit1 Regular page edits.
External2 An external recent change. Primarily used by Wikidata.
Create4 Page creations (Uploads are not listed as Creation but as LogEntry). Using this flag can create a New Page Generator.
Log8 Log entries.
Categorize16 Category membership change. (MediaWiki 1.27)
All31 All types of changes.
See Also