Dropbox .NET SDK
Show / Hide Table of Contents

Class SharedLinkSettingsError.NotAuthorized

User is not allowed to modify the settings of this link. Note that basic users can only set RequestedVisibility.Public as the RequestedVisibility and cannot set Expires.

Inheritance
object
SharedLinkSettingsError
SharedLinkSettingsError.NotAuthorized
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.NotAuthorized : SharedLinkSettingsError

Fields

View Source

Instance

A singleton instance of NotAuthorized

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