Dropbox .NET SDK

Class MemberSpaceLimitsChangeCustomQuotaDetails

Changed custom member space limit.

Inheritance
object
MemberSpaceLimitsChangeCustomQuotaDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class MemberSpaceLimitsChangeCustomQuotaDetails

Constructors

View Source

MemberSpaceLimitsChangeCustomQuotaDetails(ulong, ulong)

Initializes a new instance of the MemberSpaceLimitsChangeCustomQuotaDetails class.

Declaration
public MemberSpaceLimitsChangeCustomQuotaDetails(ulong previousValue, ulong newValue)
Parameters
Type Name Description
ulong previousValue

Previous custom quota value in bytes.

ulong newValue

New custom quota value in bytes.

Properties

View Source

NewValue

New custom quota value in bytes.

Declaration
public ulong NewValue { get; protected set; }
Property Value
Type Description
ulong
View Source

PreviousValue

Previous custom quota value in bytes.

Declaration
public ulong PreviousValue { get; protected set; }
Property Value
Type Description
ulong
  • View Source
In this article
Back to top Dropbox .NET SDK