Dropbox .NET SDK
Show / Hide Table of Contents

Class MediaInfo

The media info object

Inheritance
object
MediaInfo
MediaInfo.Metadata
MediaInfo.Pending
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class MediaInfo

Constructors

View Source

MediaInfo()

Initializes a new instance of the MediaInfo class.

Declaration
public MediaInfo()

Properties

View Source

AsMetadata

Gets this instance as a Metadata, or null.

Declaration
public MediaInfo.Metadata AsMetadata { get; }
Property Value
Type Description
MediaInfo.Metadata
View Source

AsPending

Gets this instance as a Pending, or null.

Declaration
public MediaInfo.Pending AsPending { get; }
Property Value
Type Description
MediaInfo.Pending
View Source

IsMetadata

Gets a value indicating whether this instance is Metadata

Declaration
public bool IsMetadata { get; }
Property Value
Type Description
bool
View Source

IsPending

Gets a value indicating whether this instance is Pending

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