Click or drag to resize

LogEventsListLogAction Property

This is preliminary documentation and is subject to change.

Filter log actions to only this type.

Namespace: WikiClientLibrary.Generators
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.8.0+bba8b7a48c3412988f4331f41f4164c670d73663
Syntax
public string? LogAction { get; set; }

Property Value

String
The log action name. When LogType is null, this is the log type name and action name, such as block/block, block/unblock; otherwise, this is only the action name block, unblock, and LogType will be prepended to the action name automatically.
Remarks

See LogActions for a list of predefined values.

For MediaWiki 1.19 and before, using the same LogAction as LogType is not allowed. For example, you should set LogType to "move", and LogAction to null instead of "move", or "move/move", to filter in all the page move events.

See Also