Dropbox .NET SDK
Show / Hide Table of Contents

Class MetadataV2.Metadata

The metadata object

Inheritance
object
MetadataV2
MetadataV2.Metadata
Inherited Members
MetadataV2.IsMetadata
MetadataV2.AsMetadata
MetadataV2.IsOther
MetadataV2.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class MetadataV2.Metadata : MetadataV2

Constructors

View Source

Metadata(Metadata)

Initializes a new instance of the MetadataV2.Metadata class.

Declaration
public Metadata(Metadata value)
Parameters
Type Name Description
Metadata value

The value

Properties

View Source

Value

Gets the value of this instance.

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