Dropbox .NET SDK
Show / Hide Table of Contents

Class PhotoMetadata

Metadata for a photo.

Inheritance
object
MediaMetadata
PhotoMetadata
Inherited Members
MediaMetadata.IsPhoto
MediaMetadata.AsPhoto
MediaMetadata.IsVideo
MediaMetadata.AsVideo
MediaMetadata.Dimensions
MediaMetadata.Location
MediaMetadata.TimeTaken
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 PhotoMetadata : MediaMetadata

Constructors

View Source

PhotoMetadata(Dimensions, GpsCoordinates, DateTime?)

Initializes a new instance of the PhotoMetadata class.

Declaration
public PhotoMetadata(Dimensions dimensions = null, GpsCoordinates location = null, DateTime? timeTaken = null)
Parameters
Type Name Description
Dimensions dimensions

Dimension of the photo/video.

GpsCoordinates location

The GPS coordinate of the photo/video.

DateTime? timeTaken

The timestamp when the photo/video is taken.

  • View Source
In this article
Back to top Dropbox .NET SDK