Class UserGeneratedTag
The user generated tag object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class UserGeneratedTag
Constructors
View SourceUserGeneratedTag(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 SourceTagText
Gets the tag text of the user generated tag
Declaration
public string TagText { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |