Class RevokeLinkedAppError
Error returned by LinkedAppsRevokeLinkedAppAsync(RevokeLinkedApiAppArg).
Inheritance
RevokeLinkedAppError
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class RevokeLinkedAppError
Constructors
View SourceRevokeLinkedAppError()
Initializes a new instance of the RevokeLinkedAppError class.
Declaration
public RevokeLinkedAppError()
Properties
View SourceAsAppFolderRemovalNotSupported
Gets this instance as a AppFolderRemovalNotSupported, or null.
Declaration
public RevokeLinkedAppError.AppFolderRemovalNotSupported AsAppFolderRemovalNotSupported { get; }
Property Value
| Type | Description |
|---|---|
| RevokeLinkedAppError.AppFolderRemovalNotSupported |
AsAppNotFound
Gets this instance as a AppNotFound, or null.
Declaration
public RevokeLinkedAppError.AppNotFound AsAppNotFound { get; }
Property Value
| Type | Description |
|---|---|
| RevokeLinkedAppError.AppNotFound |
AsMemberNotFound
Gets this instance as a MemberNotFound, or null.
Declaration
public RevokeLinkedAppError.MemberNotFound AsMemberNotFound { get; }
Property Value
| Type | Description |
|---|---|
| RevokeLinkedAppError.MemberNotFound |
AsOther
Gets this instance as a Other, or null.
Declaration
public RevokeLinkedAppError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| RevokeLinkedAppError.Other |
IsAppFolderRemovalNotSupported
Gets a value indicating whether this instance is AppFolderRemovalNotSupported
Declaration
public bool IsAppFolderRemovalNotSupported { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsAppNotFound
Gets a value indicating whether this instance is AppNotFound
Declaration
public bool IsAppNotFound { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsMemberNotFound
Gets a value indicating whether this instance is MemberNotFound
Declaration
public bool IsMemberNotFound { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |