Class RevokeDeviceSessionStatus
The revoke device session status object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class RevokeDeviceSessionStatus
Constructors
View SourceRevokeDeviceSessionStatus(bool, RevokeDeviceSessionError)
Initializes a new instance of the RevokeDeviceSessionStatus class.
Declaration
public RevokeDeviceSessionStatus(bool success, RevokeDeviceSessionError errorType = null)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | success | Result of the revoking request. |
| RevokeDeviceSessionError | errorType | The error cause in case of a failure. |
Properties
View SourceErrorType
The error cause in case of a failure.
Declaration
public RevokeDeviceSessionError ErrorType { get; protected set; }
Property Value
| Type | Description |
|---|---|
| RevokeDeviceSessionError |
Success
Result of the revoking request.
Declaration
public bool Success { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool |