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 SourceTeamSelectiveSyncSettingsChangedDetails(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 SourceNewValue
New value.
Declaration
public SyncSetting NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
SyncSetting |
PreviousValue
Previous value.
Declaration
public SyncSetting PreviousValue { get; protected set; }
Property Value
Type | Description |
---|---|
SyncSetting |