Dropbox .NET SDK
Show / Hide Table of Contents

Class GetTextAsyncCheckResult.Complete

The complete object

Inheritance
object
GetTextAsyncCheckResult
GetTextAsyncCheckResult.Complete
Inherited Members
GetTextAsyncCheckResult.IsInProgress
GetTextAsyncCheckResult.AsInProgress
GetTextAsyncCheckResult.IsComplete
GetTextAsyncCheckResult.AsComplete
GetTextAsyncCheckResult.IsFailed
GetTextAsyncCheckResult.AsFailed
GetTextAsyncCheckResult.IsOther
GetTextAsyncCheckResult.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 GetTextAsyncCheckResult.Complete : GetTextAsyncCheckResult

Constructors

View Source

Complete(GetTextResult)

Initializes a new instance of the GetTextAsyncCheckResult.Complete class.

Declaration
public Complete(GetTextResult value)
Parameters
Type Name Description
GetTextResult value

The value

Properties

View Source

Value

Gets the value of this instance.

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