Class MemberSpaceLimitsChangeCustomQuotaDetails
Changed custom member space limit.
Inheritance
System.Object
MemberSpaceLimitsChangeCustomQuotaDetails
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class MemberSpaceLimitsChangeCustomQuotaDetails
Constructors
| Improve this Doc View SourceMemberSpaceLimitsChangeCustomQuotaDetails(UInt64, UInt64)
Initializes a new instance of the MemberSpaceLimitsChangeCustomQuotaDetails class.
Declaration
public MemberSpaceLimitsChangeCustomQuotaDetails(ulong previousValue, ulong newValue)
Parameters
Type | Name | Description |
---|---|---|
System.UInt64 | previousValue | Previous custom quota value in bytes. |
System.UInt64 | newValue | New custom quota value in bytes. |
Properties
| Improve this Doc View SourceNewValue
New custom quota value in bytes.
Declaration
public ulong NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
PreviousValue
Previous custom quota value in bytes.
Declaration
public ulong PreviousValue { get; protected set; }
Property Value
Type | Description |
---|---|
System.UInt64 |