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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
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