Dropbox .NET SDK
Show / Hide Table of Contents

Class GetKeyframesAsyncCheckResult.Complete

The complete object

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

Constructors

View Source

Complete(GetKeyframesResult)

Initializes a new instance of the GetKeyframesAsyncCheckResult.Complete class.

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

The value

Properties

View Source

Value

Gets the value of this instance.

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