Show / Hide Table of Contents

Class SyncSettingArg

The sync setting arg object

Inheritance
System.Object
SyncSettingArg
SyncSettingArg.Default
SyncSettingArg.NotSynced
SyncSettingArg.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 SyncSettingArg

Constructors

| Improve this Doc View Source

SyncSettingArg()

Initializes a new instance of the SyncSettingArg class.

Declaration
public SyncSettingArg()

Properties

| Improve this Doc View Source

AsDefault

Gets this instance as a Default, or null.

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

AsNotSynced

Gets this instance as a NotSynced, or null.

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

AsOther

Gets this instance as a Other, or null.

Declaration
public SyncSettingArg.Other AsOther { get; }
Property Value
Type Description
SyncSettingArg.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

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
    • SyncSettingArg()
  • Properties
    • AsDefault
    • AsNotSynced
    • AsOther
    • IsDefault
    • IsNotSynced
    • IsOther
Back to top Generated by DocFX