Dropbox .NET SDK
Show / Hide Table of Contents

Class UnauthorizedAccountIdUsageError

The unauthorized account id usage error object

Inheritance
object
UnauthorizedAccountIdUsageError
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Auth
Assembly: Dropbox.Api.dll
Syntax
public class UnauthorizedAccountIdUsageError

Constructors

View Source

UnauthorizedAccountIdUsageError(IEnumerable<string>)

Initializes a new instance of the UnauthorizedAccountIdUsageError class.

Declaration
public UnauthorizedAccountIdUsageError(IEnumerable<string> unauthorizedAccountIds)
Parameters
Type Name Description
IEnumerable<string> unauthorizedAccountIds

The account IDs that the caller does not have permission to use.

Properties

View Source

UnauthorizedAccountIds

The account IDs that the caller does not have permission to use.

Declaration
public IList<string> UnauthorizedAccountIds { get; protected set; }
Property Value
Type Description
IList<string>
  • View Source
In this article
Back to top Dropbox .NET SDK