Show / Hide Table of Contents

Class SyncSetting

The sync setting object

Inheritance
System.Object
SyncSetting
SyncSetting.Default
SyncSetting.NotSynced
SyncSetting.NotSyncedInactive
SyncSetting.Other
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.Files
Assembly: Dropbox.Api.dll
Syntax
public class SyncSetting

Constructors

| Improve this Doc View Source

SyncSetting()

Initializes a new instance of the SyncSetting class.

Declaration
public SyncSetting()

Properties

| Improve this Doc View Source

AsDefault

Gets this instance as a Default, or null.

Declaration
public SyncSetting.Default AsDefault { get; }
Property Value
Type Description
SyncSetting.Default
| Improve this Doc View Source

AsNotSynced

Gets this instance as a NotSynced, or null.

Declaration
public SyncSetting.NotSynced AsNotSynced { get; }
Property Value
Type Description
SyncSetting.NotSynced
| Improve this Doc View Source

AsNotSyncedInactive

Gets this instance as a NotSyncedInactive, or null.

Declaration
public SyncSetting.NotSyncedInactive AsNotSyncedInactive { get; }
Property Value
Type Description
SyncSetting.NotSyncedInactive
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public SyncSetting.Other AsOther { get; }
Property Value
Type Description
SyncSetting.Other
| Improve this Doc View Source

IsDefault

Gets a value indicating whether this instance is Default

Declaration
public bool IsDefault { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsNotSynced

Gets a value indicating whether this instance is NotSynced

Declaration
public bool IsNotSynced { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsNotSyncedInactive

Gets a value indicating whether this instance is NotSyncedInactive

Declaration
public bool IsNotSyncedInactive { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SyncSetting()
  • Properties
    • AsDefault
    • AsNotSynced
    • AsNotSyncedInactive
    • AsOther
    • IsDefault
    • IsNotSynced
    • IsNotSyncedInactive
    • IsOther
Back to top Generated by DocFX