Show / Hide Table of Contents

Class Tag

Tag that can be added in multiple ways.

Inheritance
System.Object
Tag
Tag.Other
Tag.UserGeneratedTag
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 Source

Tag()

Initializes a new instance of the Tag class.

Declaration
public Tag()

Properties

| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsUserGeneratedTag

Gets this instance as a UserGeneratedTag, or null.

Declaration
public Tag.UserGeneratedTag AsUserGeneratedTag { get; }
Property Value
Type Description
Tag.UserGeneratedTag
| 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

IsUserGeneratedTag

Gets a value indicating whether this instance is UserGeneratedTag

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