Show / Hide Table of Contents

Class SyncSettingsError

The sync settings error object

Inheritance
System.Object
SyncSettingsError
SyncSettingsError.Other
SyncSettingsError.Path
SyncSettingsError.UnsupportedCombination
SyncSettingsError.UnsupportedConfiguration
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 SyncSettingsError

Constructors

| Improve this Doc View Source

SyncSettingsError()

Initializes a new instance of the SyncSettingsError class.

Declaration
public SyncSettingsError()

Properties

| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsPath

Gets this instance as a Path, or null.

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

AsUnsupportedCombination

Gets this instance as a UnsupportedCombination, or null.

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

AsUnsupportedConfiguration

Gets this instance as a UnsupportedConfiguration, or null.

Declaration
public SyncSettingsError.UnsupportedConfiguration AsUnsupportedConfiguration { get; }
Property Value
Type Description
SyncSettingsError.UnsupportedConfiguration
| 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

IsPath

Gets a value indicating whether this instance is Path

Declaration
public bool IsPath { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUnsupportedCombination

Gets a value indicating whether this instance is UnsupportedCombination

Declaration
public bool IsUnsupportedCombination { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUnsupportedConfiguration

Gets a value indicating whether this instance is UnsupportedConfiguration

Declaration
public bool IsUnsupportedConfiguration { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SyncSettingsError()
  • Properties
    • AsOther
    • AsPath
    • AsUnsupportedCombination
    • AsUnsupportedConfiguration
    • IsOther
    • IsPath
    • IsUnsupportedCombination
    • IsUnsupportedConfiguration
Back to top Generated by DocFX