Click or drag to resize

LogEventItemParams Property

This is preliminary documentation and is subject to change.

For log items, gets additional log parameters.

Namespace: WikiClientLibrary.Generators
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
public LogParameterCollection Params { get; init; }

Property Value

LogParameterCollection
The without additional parameters of the log item. For log items without additional parameters available, this is an empty collection.
Remarks
For modern MediaWiki builds, this property uses the value of `params` property. For compatibility with MediaWiki 1.19 and below, this property also tries to use the property whose name is the value of Type. (e.g. use `move` property if Type is Move).
See Also