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.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
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