Class SyncSettingsError
The sync settings error object
Inheritance
System.Object
    SyncSettingsError
      
      
      
      
  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 SourceSyncSettingsError()
Initializes a new instance of the SyncSettingsError class.
Declaration
public SyncSettingsError()
  Properties
| Improve this Doc 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 | 
|---|---|
| System.Boolean | 
IsPath
Gets a value indicating whether this instance is Path
Declaration
public bool IsPath { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsUnsupportedCombination
Gets a value indicating whether this instance is UnsupportedCombination
Declaration
public bool IsUnsupportedCombination { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsUnsupportedConfiguration
Gets a value indicating whether this instance is UnsupportedConfiguration
Declaration
public bool IsUnsupportedConfiguration { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |