Dropbox .NET SDK
Show / Hide Table of Contents

Class MetadataType

Which metadata variant is populated in a `GetMetadataResult`, derived from the file type.

Inheritance
object
MetadataType
MetadataType.MetadataTypeExif
MetadataType.MetadataTypeMedia
MetadataType.MetadataTypeOffice
MetadataType.MetadataTypePdf
MetadataType.MetadataTypeUnknown
MetadataType.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public class MetadataType

Constructors

View Source

MetadataType()

Initializes a new instance of the MetadataType class.

Declaration
public MetadataType()

Properties

View Source

AsMetadataTypeExif

Gets this instance as a MetadataTypeExif, or null.

Declaration
public MetadataType.MetadataTypeExif AsMetadataTypeExif { get; }
Property Value
Type Description
MetadataType.MetadataTypeExif
View Source

AsMetadataTypeMedia

Gets this instance as a MetadataTypeMedia, or null.

Declaration
public MetadataType.MetadataTypeMedia AsMetadataTypeMedia { get; }
Property Value
Type Description
MetadataType.MetadataTypeMedia
View Source

AsMetadataTypeOffice

Gets this instance as a MetadataTypeOffice, or null.

Declaration
public MetadataType.MetadataTypeOffice AsMetadataTypeOffice { get; }
Property Value
Type Description
MetadataType.MetadataTypeOffice
View Source

AsMetadataTypePdf

Gets this instance as a MetadataTypePdf, or null.

Declaration
public MetadataType.MetadataTypePdf AsMetadataTypePdf { get; }
Property Value
Type Description
MetadataType.MetadataTypePdf
View Source

AsMetadataTypeUnknown

Gets this instance as a MetadataTypeUnknown, or null.

Declaration
public MetadataType.MetadataTypeUnknown AsMetadataTypeUnknown { get; }
Property Value
Type Description
MetadataType.MetadataTypeUnknown
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public MetadataType.Other AsOther { get; }
Property Value
Type Description
MetadataType.Other
View Source

IsMetadataTypeExif

Gets a value indicating whether this instance is MetadataTypeExif

Declaration
public bool IsMetadataTypeExif { get; }
Property Value
Type Description
bool
View Source

IsMetadataTypeMedia

Gets a value indicating whether this instance is MetadataTypeMedia

Declaration
public bool IsMetadataTypeMedia { get; }
Property Value
Type Description
bool
View Source

IsMetadataTypeOffice

Gets a value indicating whether this instance is MetadataTypeOffice

Declaration
public bool IsMetadataTypeOffice { get; }
Property Value
Type Description
bool
View Source

IsMetadataTypePdf

Gets a value indicating whether this instance is MetadataTypePdf

Declaration
public bool IsMetadataTypePdf { get; }
Property Value
Type Description
bool
View Source

IsMetadataTypeUnknown

Gets a value indicating whether this instance is MetadataTypeUnknown

Declaration
public bool IsMetadataTypeUnknown { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

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