Show / Hide Table of Contents

Class SmartSyncOptOutDetails

Opted team out of Smart Sync.

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

Constructors

| Improve this Doc View Source

SmartSyncOptOutDetails(SmartSyncOptOutPolicy, SmartSyncOptOutPolicy)

Initializes a new instance of the SmartSyncOptOutDetails class.

Declaration
public SmartSyncOptOutDetails(SmartSyncOptOutPolicy previousValue, SmartSyncOptOutPolicy newValue)
Parameters
Type Name Description
SmartSyncOptOutPolicy previousValue

Previous Smart Sync opt out policy.

SmartSyncOptOutPolicy newValue

New Smart Sync opt out policy.

Properties

| Improve this Doc View Source

NewValue

New Smart Sync opt out policy.

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

PreviousValue

Previous Smart Sync opt out policy.

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