Dropbox .NET SDK

Class SmarterSmartSyncPolicyChangedDetails

Changed automatic Smart Sync setting for team.

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

Constructors

View Source

SmarterSmartSyncPolicyChangedDetails(SmarterSmartSyncPolicyState, SmarterSmartSyncPolicyState)

Initializes a new instance of the SmarterSmartSyncPolicyChangedDetails class.

Declaration
public SmarterSmartSyncPolicyChangedDetails(SmarterSmartSyncPolicyState previousValue, SmarterSmartSyncPolicyState newValue)
Parameters
Type Name Description
SmarterSmartSyncPolicyState previousValue

Previous automatic Smart Sync setting.

SmarterSmartSyncPolicyState newValue

New automatic Smart Sync setting.

Properties

View Source

NewValue

New automatic Smart Sync setting.

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

PreviousValue

Previous automatic Smart Sync setting.

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