Class MetadataType
Which metadata variant is populated in a `GetMetadataResult`, derived from the file type.
Inheritance
Inherited Members
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public class MetadataType
Constructors
View SourceMetadataType()
Initializes a new instance of the MetadataType class.
Declaration
public MetadataType()
Properties
View SourceAsMetadataTypeExif
Gets this instance as a MetadataTypeExif, or null.
Declaration
public MetadataType.MetadataTypeExif AsMetadataTypeExif { get; }
Property Value
| Type | Description |
|---|---|
| MetadataType.MetadataTypeExif |
AsMetadataTypeMedia
Gets this instance as a MetadataTypeMedia, or null.
Declaration
public MetadataType.MetadataTypeMedia AsMetadataTypeMedia { get; }
Property Value
| Type | Description |
|---|---|
| MetadataType.MetadataTypeMedia |
AsMetadataTypeOffice
Gets this instance as a MetadataTypeOffice, or null.
Declaration
public MetadataType.MetadataTypeOffice AsMetadataTypeOffice { get; }
Property Value
| Type | Description |
|---|---|
| MetadataType.MetadataTypeOffice |
AsMetadataTypePdf
Gets this instance as a MetadataTypePdf, or null.
Declaration
public MetadataType.MetadataTypePdf AsMetadataTypePdf { get; }
Property Value
| Type | Description |
|---|---|
| MetadataType.MetadataTypePdf |
AsMetadataTypeUnknown
Gets this instance as a MetadataTypeUnknown, or null.
Declaration
public MetadataType.MetadataTypeUnknown AsMetadataTypeUnknown { get; }
Property Value
| Type | Description |
|---|---|
| MetadataType.MetadataTypeUnknown |
AsOther
Gets this instance as a Other, or null.
Declaration
public MetadataType.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| MetadataType.Other |
IsMetadataTypeExif
Gets a value indicating whether this instance is MetadataTypeExif
Declaration
public bool IsMetadataTypeExif { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsMetadataTypeMedia
Gets a value indicating whether this instance is MetadataTypeMedia
Declaration
public bool IsMetadataTypeMedia { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsMetadataTypeOffice
Gets a value indicating whether this instance is MetadataTypeOffice
Declaration
public bool IsMetadataTypeOffice { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsMetadataTypePdf
Gets a value indicating whether this instance is MetadataTypePdf
Declaration
public bool IsMetadataTypePdf { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsMetadataTypeUnknown
Gets a value indicating whether this instance is MetadataTypeUnknown
Declaration
public bool IsMetadataTypeUnknown { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |