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
System.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
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 AccessDenied : CreateSharedLinkWithSettingsError

Fields

| Improve this Doc View Source

Instance

A singleton instance of AccessDenied

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