Dropbox .NET SDK
Show / Hide Table of Contents

Class SharedLinkSettingsError.InvalidSettings

The given settings are invalid (for example, all attributes of the SharedLinkSettings are empty, the requested visibility is RequestedVisibility.Password but the LinkPassword is missing, Expires is set to the past, etc.).

Inheritance
object
SharedLinkSettingsError
SharedLinkSettingsError.InvalidSettings
Inherited Members
SharedLinkSettingsError.IsInvalidSettings
SharedLinkSettingsError.AsInvalidSettings
SharedLinkSettingsError.IsNotAuthorized
SharedLinkSettingsError.AsNotAuthorized
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public sealed class SharedLinkSettingsError.InvalidSettings : SharedLinkSettingsError

Fields

View Source

Instance

A singleton instance of InvalidSettings

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