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

Class RevokeDeviceSessionStatus

The revoke device session status object

Inheritance
System.Object
RevokeDeviceSessionStatus
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 RevokeDeviceSessionStatus

Constructors

| Improve this Doc View Source

RevokeDeviceSessionStatus(Boolean, RevokeDeviceSessionError)

Initializes a new instance of the RevokeDeviceSessionStatus class.

Declaration
public RevokeDeviceSessionStatus(bool success, RevokeDeviceSessionError errorType = null)
Parameters
Type Name Description
System.Boolean success

Result of the revoking request.

RevokeDeviceSessionError errorType

The error cause in case of a failure.

Properties

| Improve this Doc View Source

ErrorType

The error cause in case of a failure.

Declaration
public RevokeDeviceSessionError ErrorType { get; protected set; }
Property Value
Type Description
RevokeDeviceSessionError
| Improve this Doc View Source

Success

Result of the revoking request.

Declaration
public bool Success { get; protected set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RevokeDeviceSessionStatus(Boolean, RevokeDeviceSessionError)
  • Properties
    • ErrorType
    • Success
Back to top Generated by DocFX