Show / Hide Table of Contents

Class TeamSelectiveSyncSettingsChangedDetails

Changed sync default.

Inheritance
System.Object
TeamSelectiveSyncSettingsChangedDetails
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 TeamSelectiveSyncSettingsChangedDetails

Constructors

| Improve this Doc View Source

TeamSelectiveSyncSettingsChangedDetails(SyncSetting, SyncSetting)

Initializes a new instance of the TeamSelectiveSyncSettingsChangedDetails class.

Declaration
public TeamSelectiveSyncSettingsChangedDetails(SyncSetting previousValue, SyncSetting newValue)
Parameters
Type Name Description
SyncSetting previousValue

Previous value.

SyncSetting newValue

New value.

Properties

| Improve this Doc View Source

NewValue

New value.

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

PreviousValue

Previous value.

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