Dropbox .NET SDK
Show / Hide Table of Contents

Class SharedLinkSettingsError

The shared link settings error object

Inheritance
object
SharedLinkSettingsError
SharedLinkSettingsError.InvalidSettings
SharedLinkSettingsError.NotAuthorized
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkSettingsError

Constructors

View Source

SharedLinkSettingsError()

Initializes a new instance of the SharedLinkSettingsError class.

Declaration
public SharedLinkSettingsError()

Properties

View Source

AsInvalidSettings

Gets this instance as a InvalidSettings, or null.

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

AsNotAuthorized

Gets this instance as a NotAuthorized, or null.

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

IsInvalidSettings

Gets a value indicating whether this instance is InvalidSettings

Declaration
public bool IsInvalidSettings { get; }
Property Value
Type Description
bool
View Source

IsNotAuthorized

Gets a value indicating whether this instance is NotAuthorized

Declaration
public bool IsNotAuthorized { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK