Class MetadataV2
Metadata for a file, folder or other resource types.
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class MetadataV2
Constructors
View SourceMetadataV2()
Initializes a new instance of the MetadataV2 class.
Declaration
public MetadataV2()
Properties
View SourceAsMetadata
Gets this instance as a Metadata, or null.
Declaration
public MetadataV2.Metadata AsMetadata { get; }
Property Value
| Type | Description |
|---|---|
| MetadataV2.Metadata |
AsOther
Gets this instance as a Other, or null.
Declaration
public MetadataV2.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| MetadataV2.Other |
IsMetadata
Gets a value indicating whether this instance is Metadata
Declaration
public bool IsMetadata { 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 |