Dropbox .NET SDK
Show / Hide Table of Contents

Class CreateSharedLinkWithSettingsError.BannedMember

The current user has been banned for abuse reasons.

Inheritance
object
CreateSharedLinkWithSettingsError
CreateSharedLinkWithSettingsError.BannedMember
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.BannedMember : CreateSharedLinkWithSettingsError

Fields

View Source

Instance

A singleton instance of BannedMember

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