Class MemberSpaceLimitsChangeCapsTypePolicyDetails
Changed member space limit type for team.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class MemberSpaceLimitsChangeCapsTypePolicyDetails
Constructors
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
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 |