Dropbox .NET SDK
Show / Hide Table of Contents

Class NoPermissionError.UnauthorizedAccountIdUsage

Current caller does not have permission to access the account information for one or more of the specified account IDs.

Inheritance
object
NoPermissionError
NoPermissionError.UnauthorizedAccountIdUsage
Inherited Members
NoPermissionError.IsUnauthorizedAccountIdUsage
NoPermissionError.AsUnauthorizedAccountIdUsage
NoPermissionError.IsOther
NoPermissionError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Auth
Assembly: Dropbox.Api.dll
Syntax
public sealed class NoPermissionError.UnauthorizedAccountIdUsage : NoPermissionError

Constructors

View Source

UnauthorizedAccountIdUsage(UnauthorizedAccountIdUsageError)

Initializes a new instance of the NoPermissionError.UnauthorizedAccountIdUsage class.

Declaration
public UnauthorizedAccountIdUsage(UnauthorizedAccountIdUsageError value)
Parameters
Type Name Description
UnauthorizedAccountIdUsageError value

The value

Properties

View Source

Value

Gets the value of this instance.

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