Class SyncSettingsError
The sync settings error object
Inheritance
SyncSettingsError
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class SyncSettingsError
Constructors
View SourceSyncSettingsError()
Initializes a new instance of the SyncSettingsError class.
Declaration
public SyncSettingsError()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public SyncSettingsError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| SyncSettingsError.Other |
AsPath
Gets this instance as a Path, or null.
Declaration
public SyncSettingsError.Path AsPath { get; }
Property Value
| Type | Description |
|---|---|
| SyncSettingsError.Path |
AsUnsupportedCombination
Gets this instance as a UnsupportedCombination, or null.
Declaration
public SyncSettingsError.UnsupportedCombination AsUnsupportedCombination { get; }
Property Value
| Type | Description |
|---|---|
| SyncSettingsError.UnsupportedCombination |
AsUnsupportedConfiguration
Gets this instance as a UnsupportedConfiguration, or null.
Declaration
public SyncSettingsError.UnsupportedConfiguration AsUnsupportedConfiguration { get; }
Property Value
| Type | Description |
|---|---|
| SyncSettingsError.UnsupportedConfiguration |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsPath
Gets a value indicating whether this instance is Path
Declaration
public bool IsPath { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUnsupportedCombination
Gets a value indicating whether this instance is UnsupportedCombination
Declaration
public bool IsUnsupportedCombination { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUnsupportedConfiguration
Gets a value indicating whether this instance is UnsupportedConfiguration
Declaration
public bool IsUnsupportedConfiguration { get; }
Property Value
| Type | Description |
|---|---|
| bool |