Class Tag
Tag that can be added in multiple ways.
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 Tag
  Constructors
| Improve this Doc View SourceTag()
Initializes a new instance of the Tag class.
Declaration
public Tag()
  Properties
| Improve this Doc View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public Tag.Other AsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| Tag.Other | 
AsUserGeneratedTag
Gets this instance as a UserGeneratedTag, or null.
Declaration
public Tag.UserGeneratedTag AsUserGeneratedTag { get; }
  Property Value
| Type | Description | 
|---|---|
| Tag.UserGeneratedTag | 
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsUserGeneratedTag
Gets a value indicating whether this instance is UserGeneratedTag
Declaration
public bool IsUserGeneratedTag { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |