| RecentChangeItemLogAction Property |
This is preliminary documentation and is subject to change.
Specific log action.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public string? LogAction { get; init; }
Public Property LogAction As String
Get
Set
Dim instance As RecentChangeItem
Dim value As String
value = instance.LogAction
instance.LogAction = value
public:
property String^ LogAction {
String^ get ();
void set (String^ value);
}
member LogAction : string with get, set
Property Value
StringRemarks
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