Class MetadataUnion
Exactly one variant is populated, corresponding to `metadata_type`.
Inheritance
MetadataUnion
Inherited Members
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public class MetadataUnion
Constructors
View SourceMetadataUnion()
Initializes a new instance of the MetadataUnion class.
Declaration
public MetadataUnion()
Properties
View SourceAsExif
Gets this instance as a Exif, or null.
Declaration
public MetadataUnion.Exif AsExif { get; }
Property Value
| Type | Description |
|---|---|
| MetadataUnion.Exif |
AsMedia
Gets this instance as a Media, or null.
Declaration
public MetadataUnion.Media AsMedia { get; }
Property Value
| Type | Description |
|---|---|
| MetadataUnion.Media |
AsOffice
Gets this instance as a Office, or null.
Declaration
public MetadataUnion.Office AsOffice { get; }
Property Value
| Type | Description |
|---|---|
| MetadataUnion.Office |
AsOther
Gets this instance as a Other, or null.
Declaration
public MetadataUnion.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| MetadataUnion.Other |
AsPdf
Gets this instance as a Pdf, or null.
Declaration
public MetadataUnion.Pdf AsPdf { get; }
Property Value
| Type | Description |
|---|---|
| MetadataUnion.Pdf |
IsExif
Gets a value indicating whether this instance is Exif
Declaration
public bool IsExif { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsMedia
Gets a value indicating whether this instance is Media
Declaration
public bool IsMedia { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOffice
Gets a value indicating whether this instance is Office
Declaration
public bool IsOffice { 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 |
IsPdf
Gets a value indicating whether this instance is Pdf
Declaration
public bool IsPdf { get; }
Property Value
| Type | Description |
|---|---|
| bool |