Click or drag to resize

LogEventHiddenFields Enumeration

This is preliminary documentation and is subject to change.

Represents a possible set of fields that can be hidden by "suppress" or "oversight" group.

Namespace: WikiClientLibrary.Generators
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.8.0-int.8+f07259cca53448109bd542f6a3e53c54ddd48d58
Syntax
[FlagsAttribute]
public enum LogEventHiddenFields
Members
Member nameValueDescription
None0 
User1UserName and UserId are hidden.
Comment2Comment and ParsedComment are hidden.
Action4 The log event itself is hidden. This usually means the operation target is hidden.
Remarks
See mw:Manual:RevisionDelete for more information on hiding page revision.
See Also