Dropbox .NET SDK
Show / Hide Table of Contents

Class RevokeLinkedAppError

Error returned by LinkedAppsRevokeLinkedAppAsync(RevokeLinkedApiAppArg).

Inheritance
object
RevokeLinkedAppError
RevokeLinkedAppError.AppFolderRemovalNotSupported
RevokeLinkedAppError.AppNotFound
RevokeLinkedAppError.MemberNotFound
RevokeLinkedAppError.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class RevokeLinkedAppError

Constructors

View Source

RevokeLinkedAppError()

Initializes a new instance of the RevokeLinkedAppError class.

Declaration
public RevokeLinkedAppError()

Properties

View Source

AsAppFolderRemovalNotSupported

Gets this instance as a AppFolderRemovalNotSupported, or null.

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

AsAppNotFound

Gets this instance as a AppNotFound, or null.

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

AsMemberNotFound

Gets this instance as a MemberNotFound, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsAppFolderRemovalNotSupported

Gets a value indicating whether this instance is AppFolderRemovalNotSupported

Declaration
public bool IsAppFolderRemovalNotSupported { get; }
Property Value
Type Description
bool
View Source

IsAppNotFound

Gets a value indicating whether this instance is AppNotFound

Declaration
public bool IsAppNotFound { get; }
Property Value
Type Description
bool
View Source

IsMemberNotFound

Gets a value indicating whether this instance is MemberNotFound

Declaration
public bool IsMemberNotFound { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK