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