Dropbox .NET SDK
Show / Hide Table of Contents

Class MetadataUnion.Exif

The exif object

Inheritance
object
MetadataUnion
MetadataUnion.Exif
Inherited Members
MetadataUnion.IsExif
MetadataUnion.AsExif
MetadataUnion.IsMedia
MetadataUnion.AsMedia
MetadataUnion.IsPdf
MetadataUnion.AsPdf
MetadataUnion.IsOffice
MetadataUnion.AsOffice
MetadataUnion.IsOther
MetadataUnion.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public sealed class MetadataUnion.Exif : MetadataUnion

Constructors

View Source

Exif(ApiExifMetadata)

Initializes a new instance of the MetadataUnion.Exif class.

Declaration
public Exif(ApiExifMetadata value)
Parameters
Type Name Description
ApiExifMetadata value

The value

Properties

View Source

Value

Gets the value of this instance.

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