 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic 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