Show / Hide Table of Contents

Class SharedLinkSettingsError

The shared link settings error object

Inheritance
System.Object
SharedLinkSettingsError
SharedLinkSettingsError.InvalidSettings
SharedLinkSettingsError.NotAuthorized
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkSettingsError

Constructors

| Improve this Doc View Source

SharedLinkSettingsError()

Initializes a new instance of the SharedLinkSettingsError class.

Declaration
public SharedLinkSettingsError()

Properties

| Improve this Doc View Source

AsInvalidSettings

Gets this instance as a InvalidSettings, or null.

Declaration
public SharedLinkSettingsError.InvalidSettings AsInvalidSettings { get; }
Property Value
Type Description
SharedLinkSettingsError.InvalidSettings
| Improve this Doc View Source

AsNotAuthorized

Gets this instance as a NotAuthorized, or null.

Declaration
public SharedLinkSettingsError.NotAuthorized AsNotAuthorized { get; }
Property Value
Type Description
SharedLinkSettingsError.NotAuthorized
| Improve this Doc View Source

IsInvalidSettings

Gets a value indicating whether this instance is InvalidSettings

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

IsNotAuthorized

Gets a value indicating whether this instance is NotAuthorized

Declaration
public bool IsNotAuthorized { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SharedLinkSettingsError()
  • Properties
    • AsInvalidSettings
    • AsNotAuthorized
    • IsInvalidSettings
    • IsNotAuthorized
Back to top Generated by DocFX