Dropbox .NET SDK
Show / Hide Table of Contents

Class MediaInfo.Metadata

The metadata for the photo/video. Uses MediaMetadataAbstract to preserve photo/video subtypes (e.g. VideoMetadata.duration).

Inheritance
object
MediaInfo
MediaInfo.Metadata
Inherited Members
MediaInfo.IsPending
MediaInfo.AsPending
MediaInfo.IsMetadata
MediaInfo.AsMetadata
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class MediaInfo.Metadata : MediaInfo

Constructors

View Source

Metadata(MediaMetadata)

Initializes a new instance of the MediaInfo.Metadata class.

Declaration
public Metadata(MediaMetadata value)
Parameters
Type Name Description
MediaMetadata value

The value

Properties

View Source

Value

Gets the value of this instance.

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