Class MemberSpaceLimitsChangeCapsTypePolicyDetails
Changed member space limit type for team.
Inheritance
System.Object
MemberSpaceLimitsChangeCapsTypePolicyDetails
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 MemberSpaceLimitsChangeCapsTypePolicyDetails
Constructors
| Improve this Doc View SourceMemberSpaceLimitsChangeCapsTypePolicyDetails(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
| Improve this Doc View SourceNewValue
New space limit type.
Declaration
public SpaceCapsType NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
SpaceCapsType |
PreviousValue
Previous space limit type.
Declaration
public SpaceCapsType PreviousValue { get; protected set; }
Property Value
Type | Description |
---|---|
SpaceCapsType |