Class NoPermissionError.UnauthorizedAccountIdUsage
Current caller does not have permission to access the account information for one or more of the specified account IDs.
Inherited Members
Namespace: Dropbox.Api.Auth
Assembly: Dropbox.Api.dll
Syntax
public sealed class NoPermissionError.UnauthorizedAccountIdUsage : NoPermissionError
Constructors
View SourceUnauthorizedAccountIdUsage(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 SourceValue
Gets the value of this instance.
Declaration
public UnauthorizedAccountIdUsageError Value { get; }
Property Value
| Type | Description |
|---|---|
| UnauthorizedAccountIdUsageError |