Class RewindPolicyChangedDetails
Changed Rewind policy for team.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class RewindPolicyChangedDetails
Constructors
View SourceRewindPolicyChangedDetails(RewindPolicy, RewindPolicy)
Initializes a new instance of the RewindPolicyChangedDetails class.
Declaration
public RewindPolicyChangedDetails(RewindPolicy newValue, RewindPolicy previousValue)
Parameters
| Type | Name | Description |
|---|---|---|
| RewindPolicy | newValue | New Dropbox Rewind policy. |
| RewindPolicy | previousValue | Previous Dropbox Rewind policy. |
Properties
View SourceNewValue
New Dropbox Rewind policy.
Declaration
public RewindPolicy NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| RewindPolicy |
PreviousValue
Previous Dropbox Rewind policy.
Declaration
public RewindPolicy PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| RewindPolicy |