Class MemberSpaceLimitsAddCustomQuotaDetails
Set custom member space limit.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class MemberSpaceLimitsAddCustomQuotaDetails
Constructors
View SourceMemberSpaceLimitsAddCustomQuotaDetails(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 SourceNewValue
New custom quota value in bytes.
Declaration
public ulong NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ulong |