Dropbox .NET SDK

Class RewindPolicyChangedDetails

Changed Rewind policy for team.

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

Constructors

View Source

RewindPolicyChangedDetails(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 Source

NewValue

New Dropbox Rewind policy.

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

PreviousValue

Previous Dropbox Rewind policy.

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