 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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 = value
public:
[JsonPropertyNameAttribute(L"oldlen")]
property int OldContentLength {
int get ();
void set (int value);
}
[<JsonPropertyNameAttribute("oldlen")>]
member OldContentLength : int with get, set
Property Value
Int32
See Also