Show / Hide Table of Contents

Class MediaInfo.Metadata

The metadata for the photo/video.

Inheritance
System.Object
MediaInfo
MediaInfo.Metadata
Inherited Members
MediaInfo.IsPending
MediaInfo.AsPending
MediaInfo.IsMetadata
MediaInfo.AsMetadata
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 sealed class Metadata : MediaInfo

Constructors

| Improve this Doc 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

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public MediaMetadata Value { get; }
Property Value
Type Description
MediaMetadata
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • Metadata(MediaMetadata)
  • Properties
    • Value
Back to top Generated by DocFX