Dropbox .NET SDK
Show / Hide Table of Contents

Class ContentApiV2Error.MediaDurationError

The media duration error object

Inheritance
object
ContentApiV2Error
ContentApiV2Error.MediaDurationError
Inherited Members
ContentApiV2Error.IsServerError
ContentApiV2Error.AsServerError
ContentApiV2Error.IsUserError
ContentApiV2Error.AsUserError
ContentApiV2Error.IsMediaDurationError
ContentApiV2Error.AsMediaDurationError
ContentApiV2Error.IsNoAudioError
ContentApiV2Error.AsNoAudioError
ContentApiV2Error.IsLinkDownloadDisabledError
ContentApiV2Error.AsLinkDownloadDisabledError
ContentApiV2Error.IsSharedLinkPasswordProtected
ContentApiV2Error.AsSharedLinkPasswordProtected
ContentApiV2Error.IsLimitExceededError
ContentApiV2Error.AsLimitExceededError
ContentApiV2Error.IsNotFoundError
ContentApiV2Error.AsNotFoundError
ContentApiV2Error.IsIsAFolderError
ContentApiV2Error.AsIsAFolderError
ContentApiV2Error.IsOther
ContentApiV2Error.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 ContentApiV2Error.MediaDurationError : ContentApiV2Error

Constructors

View Source

MediaDurationError(MediaDurationError)

Initializes a new instance of the ContentApiV2Error.MediaDurationError class.

Declaration
public MediaDurationError(MediaDurationError value)
Parameters
Type Name Description
MediaDurationError value

The value

Properties

View Source

Value

Gets the value of this instance.

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