Class PhotoMetadata
Metadata for a photo.
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 PhotoMetadata : MediaMetadata
Constructors
| Improve this Doc View SourcePhotoMetadata(Dimensions, GpsCoordinates, Nullable<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. |
System.Nullable<System.DateTime> | timeTaken | The timestamp when the photo/video is taken. |