Show / Hide Table of Contents

Class MetadataV2.Metadata

The metadata object

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

Constructors

| Improve this Doc 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

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public Metadata Value { get; }
Property Value
Type Description
Metadata
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • Metadata(Metadata)
  • Properties
    • Value
Back to top Generated by DocFX