Class RevokeLinkedAppError
Error returned by LinkedAppsRevokeLinkedAppAsync(RevokeLinkedApiAppArg).
Inheritance
System.Object
RevokeLinkedAppError
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class RevokeLinkedAppError
Constructors
| Improve this Doc View SourceRevokeLinkedAppError()
Initializes a new instance of the RevokeLinkedAppError class.
Declaration
public RevokeLinkedAppError()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsAppNotFound
Gets a value indicating whether this instance is AppNotFound
Declaration
public bool IsAppNotFound { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMemberNotFound
Gets a value indicating whether this instance is MemberNotFound
Declaration
public bool IsMemberNotFound { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |