Class UnauthorizedAccountIdUsageError
The unauthorized account id usage error object
Inherited Members
Namespace: Dropbox.Api.Auth
Assembly: Dropbox.Api.dll
Syntax
public class UnauthorizedAccountIdUsageError
Constructors
View SourceUnauthorizedAccountIdUsageError(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 SourceUnauthorizedAccountIds
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> |