Show / Hide Table of Contents

Class UserGeneratedTag

The user generated tag object

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

Constructors

| Improve this Doc View Source

UserGeneratedTag(String)

Initializes a new instance of the UserGeneratedTag class.

Declaration
public UserGeneratedTag(string tagText)
Parameters
Type Name Description
System.String tagText

The tag text

Properties

| Improve this Doc View Source

TagText

Gets the tag text of the user generated tag

Declaration
public string TagText { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UserGeneratedTag(String)
  • Properties
    • TagText
Back to top Generated by DocFX