Show / Hide Table of Contents

Class SmartSyncNotOptOutDetails

Opted team into Smart Sync.

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

Constructors

| Improve this Doc View Source

SmartSyncNotOptOutDetails(SmartSyncOptOutPolicy, SmartSyncOptOutPolicy)

Initializes a new instance of the SmartSyncNotOptOutDetails class.

Declaration
public SmartSyncNotOptOutDetails(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
    • SmartSyncNotOptOutDetails(SmartSyncOptOutPolicy, SmartSyncOptOutPolicy)
  • Properties
    • NewValue
    • PreviousValue
Back to top Generated by DocFX