Dropbox .NET SDK
Show / Hide Table of Contents

Class GetKeyframesAsyncCheckResult.Failed

The failed object

Inheritance
object
GetKeyframesAsyncCheckResult
GetKeyframesAsyncCheckResult.Failed
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.Failed : GetKeyframesAsyncCheckResult

Constructors

View Source

Failed(KeyframesExtractionApiV2Error)

Initializes a new instance of the GetKeyframesAsyncCheckResult.Failed class.

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

The value

Properties

View Source

Value

Gets the value of this instance.

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