Class RevokeLinkedAppStatus
The revoke linked app status object
Inheritance
System.Object
RevokeLinkedAppStatus
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 RevokeLinkedAppStatus
Constructors
| Improve this Doc View SourceRevokeLinkedAppStatus(Boolean, RevokeLinkedAppError)
Initializes a new instance of the RevokeLinkedAppStatus class.
Declaration
public RevokeLinkedAppStatus(bool success, RevokeLinkedAppError errorType = null)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | success | Result of the revoking request. |
RevokeLinkedAppError | errorType | The error cause in case of a failure. |
Properties
| Improve this Doc View SourceErrorType
The error cause in case of a failure.
Declaration
public RevokeLinkedAppError ErrorType { get; protected set; }
Property Value
Type | Description |
---|---|
RevokeLinkedAppError |
Success
Result of the revoking request.
Declaration
public bool Success { get; protected set; }
Property Value
Type | Description |
---|---|
System.Boolean |