Class MetadataV2
Metadata for a file, folder or other resource types.
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 SourceMetadataV2()
Initializes a new instance of the MetadataV2 class.
Declaration
public MetadataV2()
  Properties
| Improve this Doc 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 | 
|---|---|
| System.Boolean | 
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |