Class SyncSettingArg
The sync setting arg object
Inheritance
System.Object
SyncSettingArg
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 SourceSyncSettingArg()
Initializes a new instance of the SyncSettingArg class.
Declaration
public SyncSettingArg()
Properties
| Improve this Doc View SourceAsDefault
Gets this instance as a Default, or null
.
Declaration
public SyncSettingArg.Default AsDefault { get; }
Property Value
Type | Description |
---|---|
SyncSettingArg.Default |
AsNotSynced
Gets this instance as a NotSynced, or null
.
Declaration
public SyncSettingArg.NotSynced AsNotSynced { get; }
Property Value
Type | Description |
---|---|
SyncSettingArg.NotSynced |
AsOther
Gets this instance as a Other, or null
.
Declaration
public SyncSettingArg.Other AsOther { get; }
Property Value
Type | Description |
---|---|
SyncSettingArg.Other |
IsDefault
Gets a value indicating whether this instance is Default
Declaration
public bool IsDefault { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNotSynced
Gets a value indicating whether this instance is NotSynced
Declaration
public bool IsNotSynced { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |