Show / Hide Table of Contents

Class SmartSyncChangePolicyDetails

Changed default Smart Sync setting for team members.

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

Constructors

| Improve this Doc View Source

SmartSyncChangePolicyDetails(SmartSyncPolicy, SmartSyncPolicy)

Initializes a new instance of the SmartSyncChangePolicyDetails class.

Declaration
public SmartSyncChangePolicyDetails(SmartSyncPolicy newValue = null, SmartSyncPolicy previousValue = null)
Parameters
Type Name Description
SmartSyncPolicy newValue

New smart sync policy.

SmartSyncPolicy previousValue

Previous smart sync policy.

Properties

| Improve this Doc View Source

NewValue

New smart sync policy.

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

PreviousValue

Previous smart sync policy.

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