Click or drag to resize

RecentChangeItemLogAction Property

This is preliminary documentation and is subject to change.

Specific log action.

Namespace: WikiClientLibrary.Generators
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public string? LogAction { get; init; }

Property Value

String
Remarks
See LogActions for a list of predefined values. To determine a specific log action, you need to first check the LogType property, because certain the same log action value may have different meaning in different log type context.
See Also