Dropbox .NET SDK
Show / Hide Table of Contents

Class Tag

Tag that can be added in multiple ways.

Inheritance
object
Tag
Tag.Other
Tag.UserGeneratedTag
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class Tag

Constructors

View Source

Tag()

Initializes a new instance of the Tag class.

Declaration
public Tag()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

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

AsUserGeneratedTag

Gets this instance as a UserGeneratedTag, or null.

Declaration
public Tag.UserGeneratedTag AsUserGeneratedTag { get; }
Property Value
Type Description
Tag.UserGeneratedTag
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsUserGeneratedTag

Gets a value indicating whether this instance is UserGeneratedTag

Declaration
public bool IsUserGeneratedTag { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK