Dropbox .NET SDK
Show / Hide Table of Contents

Class MetadataV2

Metadata for a file, folder or other resource types.

Inheritance
object
MetadataV2
MetadataV2.Metadata
MetadataV2.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.Files
Assembly: Dropbox.Api.dll
Syntax
public class MetadataV2

Constructors

View Source

MetadataV2()

Initializes a new instance of the MetadataV2 class.

Declaration
public MetadataV2()

Properties

View Source

AsMetadata

Gets this instance as a Metadata, or null.

Declaration
public MetadataV2.Metadata AsMetadata { get; }
Property Value
Type Description
MetadataV2.Metadata
View Source

AsOther

Gets this instance as a Other, or null.

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

IsMetadata

Gets a value indicating whether this instance is Metadata

Declaration
public bool IsMetadata { 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