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
System.Object
SharedLinkSettingsError
SharedLinkSettingsError.InvalidSettings
Inherited Members
SharedLinkSettingsError.IsInvalidSettings
SharedLinkSettingsError.AsInvalidSettings
SharedLinkSettingsError.IsNotAuthorized
SharedLinkSettingsError.AsNotAuthorized
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public sealed class InvalidSettings : SharedLinkSettingsError

Fields

| Improve this Doc View Source

Instance

A singleton instance of InvalidSettings

Declaration
public static readonly SharedLinkSettingsError.InvalidSettings Instance
Field Value
Type Description
SharedLinkSettingsError.InvalidSettings
  • Improve this Doc
  • View Source
In This Article
  • Fields
    • Instance
Back to top Generated by DocFX