• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

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 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

| Improve this Doc View Source

NewValue

New Dropbox Rewind policy.

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

PreviousValue

Previous Dropbox Rewind policy.

Declaration
public RewindPolicy PreviousValue { get; protected set; }
Property Value
Type Description
RewindPolicy
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RewindPolicyChangedDetails(RewindPolicy, RewindPolicy)
  • Properties
    • NewValue
    • PreviousValue
Back to top Generated by DocFX