Dropbox .NET SDK
Show / Hide Table of Contents

Class GetMarkdownAsyncCheckResult.Failed

The failed object

Inheritance
object
GetMarkdownAsyncCheckResult
GetMarkdownAsyncCheckResult.Failed
Inherited Members
GetMarkdownAsyncCheckResult.IsInProgress
GetMarkdownAsyncCheckResult.AsInProgress
GetMarkdownAsyncCheckResult.IsComplete
GetMarkdownAsyncCheckResult.AsComplete
GetMarkdownAsyncCheckResult.IsFailed
GetMarkdownAsyncCheckResult.AsFailed
GetMarkdownAsyncCheckResult.IsOther
GetMarkdownAsyncCheckResult.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public sealed class GetMarkdownAsyncCheckResult.Failed : GetMarkdownAsyncCheckResult

Constructors

View Source

Failed(GetMarkdownAsyncError)

Initializes a new instance of the GetMarkdownAsyncCheckResult.Failed class.

Declaration
public Failed(GetMarkdownAsyncError value)
Parameters
Type Name Description
GetMarkdownAsyncError value

The value

Properties

View Source

Value

Gets the value of this instance.

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