Show / Hide Table of Contents

Class MetadataV2

Metadata for a file, folder or other resource types.

Inheritance
System.Object
MetadataV2
MetadataV2.Metadata
MetadataV2.Other
Inherited Members
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 class MetadataV2

Constructors

| Improve this Doc View Source

MetadataV2()

Initializes a new instance of the MetadataV2 class.

Declaration
public MetadataV2()

Properties

| Improve this Doc View Source

AsMetadata

Gets this instance as a Metadata, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsMetadata

Gets a value indicating whether this instance is Metadata

Declaration
public bool IsMetadata { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MetadataV2()
  • Properties
    • AsMetadata
    • AsOther
    • IsMetadata
    • IsOther
Back to top Generated by DocFX