Show / Hide Table of Contents

Class MemberSpaceLimitsChangePolicyDetails

Changed team default member space limit.

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

Constructors

| Improve this Doc View Source

MemberSpaceLimitsChangePolicyDetails(Nullable<UInt64>, Nullable<UInt64>)

Initializes a new instance of the MemberSpaceLimitsChangePolicyDetails class.

Declaration
public MemberSpaceLimitsChangePolicyDetails(ulong? previousValue = null, ulong? newValue = null)
Parameters
Type Name Description
System.Nullable<System.UInt64> previousValue

Previous team default limit value in bytes. Might be missing due to historical data gap.

System.Nullable<System.UInt64> newValue

New team default limit value in bytes. Might be missing due to historical data gap.

Properties

| Improve this Doc View Source

NewValue

New team default limit value in bytes. Might be missing due to historical data gap.

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

PreviousValue

Previous team default limit value in bytes. Might be missing due to historical data gap.

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