Dropbox .NET SDK

Class MemberSpaceLimitsChangeCapsTypePolicyDetails

Changed member space limit type for team.

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

Constructors

View Source

MemberSpaceLimitsChangeCapsTypePolicyDetails(SpaceCapsType, SpaceCapsType)

Initializes a new instance of the MemberSpaceLimitsChangeCapsTypePolicyDetails class.

Declaration
public MemberSpaceLimitsChangeCapsTypePolicyDetails(SpaceCapsType previousValue, SpaceCapsType newValue)
Parameters
Type Name Description
SpaceCapsType previousValue

Previous space limit type.

SpaceCapsType newValue

New space limit type.

Properties

View Source

NewValue

New space limit type.

Declaration
public SpaceCapsType NewValue { get; protected set; }
Property Value
Type Description
SpaceCapsType
View Source

PreviousValue

Previous space limit type.

Declaration
public SpaceCapsType PreviousValue { get; protected set; }
Property Value
Type Description
SpaceCapsType
  • View Source
In this article
Back to top Dropbox .NET SDK