| LogEventItemParams Property |
This is preliminary documentation and is subject to change.
For log items, gets additional log parameters.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public LogParameterCollection Params { get; init; }
Public Property Params As LogParameterCollection
Get
Set
Dim instance As LogEventItem
Dim value As LogParameterCollection
value = instance.Params
instance.Params = value
public:
property LogParameterCollection^ Params {
LogParameterCollection^ get ();
void set (LogParameterCollection^ value);
}
member Params : LogParameterCollection with get, set
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