Dropbox .NET SDK
Show / Hide Table of Contents

Class MediaDurationError

The media duration error object

Inheritance
object
MediaDurationError
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public class MediaDurationError

Constructors

View Source

MediaDurationError(int)

Initializes a new instance of the MediaDurationError class.

Declaration
public MediaDurationError(int limit = 0)
Parameters
Type Name Description
int limit

The limit

Properties

View Source

Limit

Gets the limit of the media duration error

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