Show / Hide Table of Contents

Class RevokeDeviceSessionError

The revoke device session error object

Inheritance
System.Object
RevokeDeviceSessionError
RevokeDeviceSessionError.DeviceSessionNotFound
RevokeDeviceSessionError.MemberNotFound
RevokeDeviceSessionError.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 RevokeDeviceSessionError

Constructors

| Improve this Doc View Source

RevokeDeviceSessionError()

Initializes a new instance of the RevokeDeviceSessionError class.

Declaration
public RevokeDeviceSessionError()

Properties

| Improve this Doc View Source

AsDeviceSessionNotFound

Gets this instance as a DeviceSessionNotFound, or null.

Declaration
public RevokeDeviceSessionError.DeviceSessionNotFound AsDeviceSessionNotFound { get; }
Property Value
Type Description
RevokeDeviceSessionError.DeviceSessionNotFound
| Improve this Doc View Source

AsMemberNotFound

Gets this instance as a MemberNotFound, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsDeviceSessionNotFound

Gets a value indicating whether this instance is DeviceSessionNotFound

Declaration
public bool IsDeviceSessionNotFound { 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
    • RevokeDeviceSessionError()
  • Properties
    • AsDeviceSessionNotFound
    • AsMemberNotFound
    • AsOther
    • IsDeviceSessionNotFound
    • IsMemberNotFound
    • IsOther
Back to top Generated by DocFX