 | RevisionOldContentLength Property |
This is preliminary documentation and is subject to change.
Content length before this revision, in bytes.
Namespace: WikiClientLibrary.FlowAssembly: WikiClientLibrary.Flow (in WikiClientLibrary.Flow.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax[JsonIgnoreAttribute]
public int OldContentLength { get; init; }<JsonIgnoreAttribute>
Public Property OldContentLength As Integer
Get
Set
Dim instance As Revision
Dim value As Integer
value = instance.OldContentLength
instance.OldContentLength = value
public:
[JsonIgnoreAttribute]
property int OldContentLength {
int get ();
void set (int value);
}[<JsonIgnoreAttribute>]
member OldContentLength : int with get, set
Property Value
Int32
See Also