Dropbox .NET SDK
Show / Hide Table of Contents

Class SyncSettingsError.UnsupportedCombination

Setting this combination of sync settings simultaneously is not supported.

Inheritance
object
SyncSettingsError
SyncSettingsError.UnsupportedCombination
Inherited Members
SyncSettingsError.IsPath
SyncSettingsError.AsPath
SyncSettingsError.IsUnsupportedCombination
SyncSettingsError.AsUnsupportedCombination
SyncSettingsError.IsUnsupportedConfiguration
SyncSettingsError.AsUnsupportedConfiguration
SyncSettingsError.IsOther
SyncSettingsError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class SyncSettingsError.UnsupportedCombination : SyncSettingsError

Fields

View Source

Instance

A singleton instance of UnsupportedCombination

Declaration
public static readonly SyncSettingsError.UnsupportedCombination Instance
Field Value
Type Description
SyncSettingsError.UnsupportedCombination
  • View Source
In this article
Back to top Dropbox .NET SDK