Dropbox .NET SDK
Show / Hide Table of Contents

Class CreateSharedLinkWithSettingsError.AccessDenied

The user is not allowed to create a shared link to the specified file. For example, this can occur if the file is restricted or if the user's links are banned.

Inheritance
object
CreateSharedLinkWithSettingsError
CreateSharedLinkWithSettingsError.AccessDenied
Inherited Members
CreateSharedLinkWithSettingsError.IsPath
CreateSharedLinkWithSettingsError.AsPath
CreateSharedLinkWithSettingsError.IsEmailNotVerified
CreateSharedLinkWithSettingsError.AsEmailNotVerified
CreateSharedLinkWithSettingsError.IsSharedLinkAlreadyExists
CreateSharedLinkWithSettingsError.AsSharedLinkAlreadyExists
CreateSharedLinkWithSettingsError.IsSettingsError
CreateSharedLinkWithSettingsError.AsSettingsError
CreateSharedLinkWithSettingsError.IsAccessDenied
CreateSharedLinkWithSettingsError.AsAccessDenied
CreateSharedLinkWithSettingsError.IsBannedMember
CreateSharedLinkWithSettingsError.AsBannedMember
CreateSharedLinkWithSettingsError.IsTooManySharedFolders
CreateSharedLinkWithSettingsError.AsTooManySharedFolders
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 CreateSharedLinkWithSettingsError.AccessDenied : CreateSharedLinkWithSettingsError

Fields

View Source

Instance

A singleton instance of AccessDenied

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