• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

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 Source

MemberSpaceLimitsChangeCustomQuotaDetails(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 Source

NewValue

New custom quota value in bytes.

Declaration
public ulong NewValue { get; protected set; }
Property Value
Type Description
System.UInt64
| Improve this Doc View Source

PreviousValue

Previous custom quota value in bytes.

Declaration
public ulong PreviousValue { get; protected set; }
Property Value
Type Description
System.UInt64
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MemberSpaceLimitsChangeCustomQuotaDetails(UInt64, UInt64)
  • Properties
    • NewValue
    • PreviousValue
Back to top Generated by DocFX