Class MediaDurationError
The media duration error object
Inherited Members
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public class MediaDurationError
Constructors
View SourceMediaDurationError(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 SourceLimit
Gets the limit of the media duration error
Declaration
public int Limit { get; protected set; }
Property Value
| Type | Description |
|---|---|
| int |