Class MediaInfo
The media info object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class MediaInfo
Constructors
View SourceMediaInfo()
Initializes a new instance of the MediaInfo class.
Declaration
public MediaInfo()
Properties
View SourceAsMetadata
Gets this instance as a Metadata, or null.
Declaration
public MediaInfo.Metadata AsMetadata { get; }
Property Value
| Type | Description |
|---|---|
| MediaInfo.Metadata |
AsPending
Gets this instance as a Pending, or null.
Declaration
public MediaInfo.Pending AsPending { get; }
Property Value
| Type | Description |
|---|---|
| MediaInfo.Pending |
IsMetadata
Gets a value indicating whether this instance is Metadata
Declaration
public bool IsMetadata { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsPending
Gets a value indicating whether this instance is Pending
Declaration
public bool IsPending { get; }
Property Value
| Type | Description |
|---|---|
| bool |