Dropbox .NET SDK

Class MemberSpaceLimitsAddCustomQuotaDetails

Set custom member space limit.

Inheritance
object
MemberSpaceLimitsAddCustomQuotaDetails
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 MemberSpaceLimitsAddCustomQuotaDetails

Constructors

View Source

MemberSpaceLimitsAddCustomQuotaDetails(ulong)

Initializes a new instance of the MemberSpaceLimitsAddCustomQuotaDetails class.

Declaration
public MemberSpaceLimitsAddCustomQuotaDetails(ulong newValue)
Parameters
Type Name Description
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
In this article
Back to top Dropbox .NET SDK