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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
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