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.8.0+bba8b7a48c3412988f4331f41f4164c670d73663
Syntax
[JsonPropertyAttribute(ObjectCreationHandling = ObjectCreationHandling.Replace)]
public LogParameterCollection Params { get; }

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