Dropbox .NET SDK
Show / Hide Table of Contents

Class SyncSettingsError

The sync settings error object

Inheritance
object
SyncSettingsError
SyncSettingsError.Other
SyncSettingsError.Path
SyncSettingsError.UnsupportedCombination
SyncSettingsError.UnsupportedConfiguration
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class SyncSettingsError

Constructors

View Source

SyncSettingsError()

Initializes a new instance of the SyncSettingsError class.

Declaration
public SyncSettingsError()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public SyncSettingsError.Other AsOther { get; }
Property Value
Type Description
SyncSettingsError.Other
View Source

AsPath

Gets this instance as a Path, or null.

Declaration
public SyncSettingsError.Path AsPath { get; }
Property Value
Type Description
SyncSettingsError.Path
View Source

AsUnsupportedCombination

Gets this instance as a UnsupportedCombination, or null.

Declaration
public SyncSettingsError.UnsupportedCombination AsUnsupportedCombination { get; }
Property Value
Type Description
SyncSettingsError.UnsupportedCombination
View Source

AsUnsupportedConfiguration

Gets this instance as a UnsupportedConfiguration, or null.

Declaration
public SyncSettingsError.UnsupportedConfiguration AsUnsupportedConfiguration { get; }
Property Value
Type Description
SyncSettingsError.UnsupportedConfiguration
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsPath

Gets a value indicating whether this instance is Path

Declaration
public bool IsPath { get; }
Property Value
Type Description
bool
View Source

IsUnsupportedCombination

Gets a value indicating whether this instance is UnsupportedCombination

Declaration
public bool IsUnsupportedCombination { get; }
Property Value
Type Description
bool
View Source

IsUnsupportedConfiguration

Gets a value indicating whether this instance is UnsupportedConfiguration

Declaration
public bool IsUnsupportedConfiguration { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK