Show / Hide Table of Contents

Class MediaInfo

The media info object

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

Constructors

| Improve this Doc View Source

MediaInfo()

Initializes a new instance of the MediaInfo class.

Declaration
public MediaInfo()

Properties

| Improve this Doc View Source

AsMetadata

Gets this instance as a Metadata, or null.

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

AsPending

Gets this instance as a Pending, or null.

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

IsMetadata

Gets a value indicating whether this instance is Metadata

Declaration
public bool IsMetadata { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPending

Gets a value indicating whether this instance is Pending

Declaration
public bool IsPending { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX