Show / Hide Table of Contents

Class MemberSpaceLimitsAddCustomQuotaDetails

Set custom member space limit.

Inheritance
System.Object
MemberSpaceLimitsAddCustomQuotaDetails
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 MemberSpaceLimitsAddCustomQuotaDetails

Constructors

| Improve this Doc View Source

MemberSpaceLimitsAddCustomQuotaDetails(UInt64)

Initializes a new instance of the MemberSpaceLimitsAddCustomQuotaDetails class.

Declaration
public MemberSpaceLimitsAddCustomQuotaDetails(ulong newValue)
Parameters
Type Name Description
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
In This Article
  • Constructors
    • MemberSpaceLimitsAddCustomQuotaDetails(UInt64)
  • Properties
    • NewValue
Back to top Generated by DocFX