Show / Hide Table of Contents

Class SmarterSmartSyncPolicyChangedDetails

Changed automatic Smart Sync setting for team.

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

Constructors

| Improve this Doc 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

| Improve this Doc View Source

NewValue

New automatic Smart Sync setting.

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

PreviousValue

Previous automatic Smart Sync setting.

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