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.8.0-int.8+f07259cca53448109bd542f6a3e53c54ddd48d58
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