• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class RevokeLinkedAppError

Error returned by LinkedAppsRevokeLinkedAppAsync(RevokeLinkedApiAppArg).

Inheritance
System.Object
RevokeLinkedAppError
RevokeLinkedAppError.AppFolderRemovalNotSupported
RevokeLinkedAppError.AppNotFound
RevokeLinkedAppError.MemberNotFound
RevokeLinkedAppError.Other
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 Source

RevokeLinkedAppError()

Initializes a new instance of the RevokeLinkedAppError class.

Declaration
public RevokeLinkedAppError()

Properties

| Improve this Doc View Source

AsAppFolderRemovalNotSupported

Gets this instance as a AppFolderRemovalNotSupported, or null.

Declaration
public RevokeLinkedAppError.AppFolderRemovalNotSupported AsAppFolderRemovalNotSupported { get; }
Property Value
Type Description
RevokeLinkedAppError.AppFolderRemovalNotSupported
| Improve this Doc View Source

AsAppNotFound

Gets this instance as a AppNotFound, or null.

Declaration
public RevokeLinkedAppError.AppNotFound AsAppNotFound { get; }
Property Value
Type Description
RevokeLinkedAppError.AppNotFound
| Improve this Doc View Source

AsMemberNotFound

Gets this instance as a MemberNotFound, or null.

Declaration
public RevokeLinkedAppError.MemberNotFound AsMemberNotFound { get; }
Property Value
Type Description
RevokeLinkedAppError.MemberNotFound
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public RevokeLinkedAppError.Other AsOther { get; }
Property Value
Type Description
RevokeLinkedAppError.Other
| Improve this Doc View Source

IsAppFolderRemovalNotSupported

Gets a value indicating whether this instance is AppFolderRemovalNotSupported

Declaration
public bool IsAppFolderRemovalNotSupported { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsAppNotFound

Gets a value indicating whether this instance is AppNotFound

Declaration
public bool IsAppNotFound { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsMemberNotFound

Gets a value indicating whether this instance is MemberNotFound

Declaration
public bool IsMemberNotFound { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RevokeLinkedAppError()
  • Properties
    • AsAppFolderRemovalNotSupported
    • AsAppNotFound
    • AsMemberNotFound
    • AsOther
    • IsAppFolderRemovalNotSupported
    • IsAppNotFound
    • IsMemberNotFound
    • IsOther
Back to top Generated by DocFX