 | RecentChangeItemOldContentLength Property |
This is preliminary documentation and is subject to change.
Content length of the old revision affected by this item.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax[JsonPropertyNameAttribute("oldlen")]
public int OldContentLength { get; init; }<JsonPropertyNameAttribute("oldlen")>
Public Property OldContentLength As Integer
Get
Set
Dim instance As RecentChangeItem
Dim value As Integer
value = instance.OldContentLength
instance.OldContentLength = valuepublic:
[JsonPropertyNameAttribute(L"oldlen")]
property int OldContentLength {
int get ();
void set (int value);
}[<JsonPropertyNameAttribute("oldlen")>]
member OldContentLength : int with get, setProperty Value
Int32
See Also