Class RewindPolicyChangedDetails
Changed Rewind policy for team.
Inheritance
System.Object
RewindPolicyChangedDetails
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 RewindPolicyChangedDetails
Constructors
| Improve this Doc View SourceRewindPolicyChangedDetails(RewindPolicy, RewindPolicy)
Initializes a new instance of the Rewind
Declaration
public RewindPolicyChangedDetails(RewindPolicy newValue, RewindPolicy previousValue)
Parameters
Type | Name | Description |
---|---|---|
Rewind |
newValue | New Dropbox Rewind policy. |
Rewind |
previousValue | Previous Dropbox Rewind policy. |
Properties
| Improve this Doc View SourceNewValue
New Dropbox Rewind policy.
Declaration
public RewindPolicy NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
Rewind |
PreviousValue
Previous Dropbox Rewind policy.
Declaration
public RewindPolicy PreviousValue { get; protected set; }
Property Value
Type | Description |
---|---|
Rewind |