Dropbox .NET SDK
Show / Hide Table of Contents

Class UserGeneratedTag

The user generated tag object

Inheritance
object
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 UserGeneratedTag

Constructors

View Source

UserGeneratedTag(string)

Initializes a new instance of the UserGeneratedTag class.

Declaration
public UserGeneratedTag(string tagText)
Parameters
Type Name Description
string tagText

The tag text

Properties

View Source

TagText

Gets the tag text of the user generated tag

Declaration
public string TagText { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK